Skip to content

Commit

Permalink
fix(example): fix 'npm start' bundle reference
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 2, 2017
1 parent 7732b81 commit 0a798a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Visualizer and url -->
<link rel="stylesheet" href="styles.css">
<script src="//unpkg.com/show-current-browser-url"></script>
<script src="../bundles/visualizer.min.js"></script>
<script src="../_bundles/ui-router-visualizer.min.js"></script>
</head>

<body ng-app="hello" ng-class="{'debug-sref': debug.uisref, 'debug-view': debug.uiview}">
Expand Down

0 comments on commit 0a798a9

Please sign in to comment.