Commit f5b240a6b7f6c91737fa6fca8449646176aaa1a5
1 parent
75c31c7955
Exists in
master
agrego script de modal para desarrollo
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -12,7 +12,8 @@ |
12 | 12 | <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script> |
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 | - <script src="node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> | |
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 | 17 | |
17 | 18 | <script src="src/js/app.js"></script> |
18 | 19 | <script src="src/js/route.js"></script> |