Skip to content

Commit

Permalink
EasyFormViewer-DEMO.html fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MacKentoch committed Sep 13, 2015
1 parent 38eeb41 commit 80c675e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EasyFormViewer-DEMO.html
Expand Up @@ -19,7 +19,7 @@
<link href="../easy-form-generator/dist/css/eda.easyFormViewer.min.css" rel="stylesheet">

<head>
<body>
<body ng-controller="demoController as demoCtrl">



Expand Down
2 changes: 1 addition & 1 deletion index_easyFormViewer_Module.html
Expand Up @@ -364,7 +364,7 @@
<!-- angular ui bootstrap -->
<script type="text/javascript" src="./public/lib/js/ui-bootstrap-tpls.min.js"></script>
<!-- angular app all concatenated here (app, controllers directives, containers ...) -->
<script type="text/javascript" src="./public/js/eda.easyFormViewer.min.js"></script>
<script type="text/javascript" src="./dist/js/eda.easyFormViewer.min.js"></script>
<!-- textAngular Includes -->
<script src='./public/lib/js/textAngular-rangy.min.js'></script>
<script src='./public/lib/js/textAngular-sanitize.min.js'></script>
Expand Down

0 comments on commit 80c675e

Please sign in to comment.