Commit 6a883d52bc62800999f7525ccc78bd79a0593dfc

Authored by Eric Fernandez
1 parent c258008025
Exists in master and in 1 other branch develop

quito inyeccion

Showing 2 changed files with 1 additions and 2 deletions   Show diff stats
... ... @@ -43,7 +43,6 @@ gulp.task('uglify', ['templates'], function() {
43 43 gulp.dest(paths.tmp),
44 44 rename('foca-modal-detalle-cisternas.min.js'),
45 45 uglify(),
46   - replace('"ui.bootstrap"', ''),
47 46 gulp.dest(paths.dist)
48 47 ]
49 48 );
1   -angular.module('focaModalDetalleCisternas', ['ui.bootstrap']);
  1 +angular.module('focaModalDetalleCisternas', []);