Commit 43b8b63ef664e63e4f00dfc2b8c231f9e0e81dcc
1 parent
1672ed990d
Exists in
master
agrego script para usar servicios de focaModal
pongo ng-view en div
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
index.html
... | ... | @@ -14,6 +14,7 @@ |
14 | 14 | <script src="node_modules/angular/angular.min.js"></script> |
15 | 15 | <script src="node_modules/angular-route/angular-route.min.js"></script> |
16 | 16 | <script src="node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> |
17 | + <script src="node_modules/foca-modal/dist/foca-modal.min.js"></script> | |
17 | 18 | |
18 | 19 | <!-- BUILD --> |
19 | 20 | <script src="src/js/app.js"></script> |
... | ... | @@ -23,7 +24,9 @@ |
23 | 24 | <script src="src/etc/develop.js"></script> |
24 | 25 | <!-- /BUILD --> |
25 | 26 | |
26 | -<body ng-view> | |
27 | +<body> | |
28 | + <div ng-view> | |
29 | + </div> | |
27 | 30 | </body> |
28 | 31 | |
29 | -</html> | |
30 | 32 | \ No newline at end of file |
33 | +</html> |