diff --git a/gulpfile.js b/gulpfile.js index e3ef1ee..f95e61b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,7 +43,6 @@ gulp.task('uglify', ['templates'], function() { gulp.dest(paths.tmp), rename('foca-modal-detalle-cisternas.min.js'), uglify(), - replace('"ui.bootstrap"', ''), gulp.dest(paths.dist) ] ); diff --git a/src/js/app.js b/src/js/app.js index 512a559..cca372e 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1 +1 @@ -angular.module('focaModalDetalleCisternas', ['ui.bootstrap']); +angular.module('focaModalDetalleCisternas', []);