Skip to content

demo page html tag error #10

@aenygma

Description

@aenygma

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions