-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
given the page at http://www.fullscale.co/dangle/demo/
the script tag is missing a bracket
here's the patch to describe and solve the problem
--- ./index.html 2013-05-24 15:26:05.000000000 -0700
+++ ./index_fixed.html 2013-11-13 01:57:50.620472293 -0800
@@ -109,7 +109,7 @@
</div>
<!-- Load scripts -->
- <script src="/js/vendor/angular.min.js"</script>
+ <script src="/js/vendor/angular.min.js"></script>
<script src="/js/vendor/bootstrap.min.js"></script>
<script src="/js/vendor/d3.min.js"></script>
<script src="/js/vendor/dangle.min.js"></script>
happened to have run across this and couldn't find the demo code to submit a patch.
Metadata
Metadata
Assignees
Labels
No labels