Commit 01314b97602c9490c15acc80cfd1a321dad0caaa
1 parent
e6e12cd00c
Exists in
master
agrego index.html para usar modulo unitariamente
Showing
1 changed file
with
26 additions
and
0 deletions
Show diff stats
index.html
| 1 | <html ng-app="focaAbmPlazoPago"> | ||
| 2 | <head> | ||
| 3 | <meta charset="UTF-8"/> | ||
| 4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| 5 | |||
| 6 | <!--CSS--> | ||
| 7 | <link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> | ||
| 8 | <link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/> | ||
| 9 | |||
| 10 | <!--VENDOR JS--> | ||
| 11 | <script src="node_modules/jquery/dist/jquery.min.js"></script> | ||
| 12 | <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | ||
| 13 | <script src="node_modules/angular/angular.min.js"></script> | ||
| 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> | ||
| 16 | |||
| 17 | <script src="src/js/app.js"></script> | ||
| 18 | <script src="src/js/route.js"></script> | ||
| 19 | <script src="src/js/controller.js"></script> | ||
| 20 | <script src="src/js/service.js"></script> | ||
| 21 | <script src="src/etc/develop.js"></script> | ||
| 22 | </head> | ||
| 23 | <body ng-view> | ||
| 24 | |||
| 25 | </body> | ||
| 26 | </html> | ||
| 27 |