Commit 059e351254b7ad817ff03f03e20fa548b55f399d
1 parent
6f9ee97e73
Exists in
master
arreglos url, uso factory, fuera inyeccion modulos
Showing
5 changed files
with
4 additions
and
40 deletions
Show diff stats
gulpfile.js
... | ... | @@ -45,7 +45,6 @@ gulp.task('uglify', ['templates'], function() { |
45 | 45 | ]), |
46 | 46 | concat('foca-modal-informe-hoja-ruta.js'), |
47 | 47 | replace('src/views/', ''), |
48 | - replace("['ui.bootstrap']", '[]'), | |
49 | 48 | gulp.dest(paths.tmp), |
50 | 49 | rename('foca-modal-informe-hoja-ruta.min.js'), |
51 | 50 | uglify(), |
index.html
... | ... | @@ -1,33 +0,0 @@ |
1 | -<html ng-app="focaModalInformeHojaRuta"> | |
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 | - <link href="node_modules/ladda/dist/ladda-themeless.min.css" rel="stylesheet"> | |
10 | - | |
11 | - <!--VENDOR JS--> | |
12 | - <script src="node_modules/jquery/dist/jquery.min.js"></script> | |
13 | - <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | |
14 | - <script src="node_modules/angular/angular.min.js"></script> | |
15 | - <script src="node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> | |
16 | - <script src="node_modules/foca-directivas/dist/foca-directivas.min.js"></script> | |
17 | - <script src="node_modules/ladda/dist/spin.min.js"></script> | |
18 | - <script src="node_modules/ladda/dist/ladda.min.js"></script> | |
19 | - <script src="node_modules/angular-ladda/dist/angular-ladda.min.js"></script> | |
20 | - | |
21 | - <!-- BUILD --> | |
22 | - <script src="src/js/app.js"></script> | |
23 | - <script src="src/js/controller.js"></script> | |
24 | - <script src="src/js/service.js"></script> | |
25 | - | |
26 | - <!-- /BUILD --> | |
27 | - | |
28 | - <!-- CONFIG PARA DEVELOP --> | |
29 | - <script src="src/etc/develop.js"></script> | |
30 | - </head> | |
31 | - <body ng-controller="controller"> | |
32 | - </body> | |
33 | -</html> |
package.json
1 | 1 | { |
2 | - "name": "foca-modal-infrorme-hoja-ruta", | |
2 | + "name": "foca-modal-informe-hoja-ruta", | |
3 | 3 | "version": "0.0.1", |
4 | 4 | "description": "Modal para generar informes de correlatividad de hojas de ruta", |
5 | 5 | "scripts": { |
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | ], |
15 | 15 | "repository": { |
16 | 16 | "type": "git", |
17 | - "url": "https://debo.suite.repo/modulos-npm/foca-modal-infrorme-hoja-ruta" | |
17 | + "url": "https://debo.suite.repo/modulos-npm/foca-modal-informe-hoja-ruta" | |
18 | 18 | }, |
19 | 19 | "author": "Nicolás Guarnieri", |
20 | 20 | "license": "ISC", |
src/js/app.js