Commit 4fb5d15439a31a5e8e240f6a13dc979bb5cb883b
1 parent
2561b18c56
Exists in
master
agrego scripts para modals
Showing
1 changed file
with
7 additions
and
2 deletions
Show diff stats
index.html
... | ... | @@ -13,11 +13,16 @@ |
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 | - | |
16 | + | |
17 | + <script src="node_modules/foca-modal-vendedores/dist/foca-modal-vendedores.min.js"></script> | |
18 | + <script src="node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> | |
19 | + <script src="node_modules/foca-modal-petroleras/dist/foca-modal-petroleras.min.js"></script> | |
20 | + <script src="node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> | |
21 | + | |
17 | 22 | <script src="src/js/app.js"></script> |
18 | 23 | <script src="src/js/controller.js"></script> |
19 | 24 | <script src="src/js/service.js"></script> |
20 | - | |
25 | + <script src="src/etc/develop.js"></script> | |
21 | 26 | </head> |
22 | 27 | <body ng-view> |
23 | 28 |