Commit 5a958db61cc0060fc0184da7cfbc6fd56e44670d

Authored by Eric Fernandez
1 parent 4217403c54
Exists in master

llamo a script correcto para modal

meto ng-view dentro de un div
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
... ... @@ -13,7 +13,7 @@
13 13 <script src="node_modules/angular/angular.min.js"></script>
14 14 <script src="node_modules/angular-route/angular-route.min.js"></script>
15 15 <script src="node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script>
16   - <script src="node_modules/foca-modal-confirm/dist/foca-modal.min.js"></script>
  16 + <script src="node_modules/foca-modal/dist/foca-modal.min.js"></script>
17 17  
18 18 <script src="src/js/app.js"></script>
19 19 <script src="src/js/route.js"></script>
... ... @@ -21,7 +21,7 @@
21 21 <script src="src/js/service.js"></script>
22 22 <script src="src/etc/develop.js"></script>
23 23 </head>
24   - <body ng-view>
25   -
  24 + <body>
  25 + <div ng-view></div>
26 26 </body>
27 27 </html>