diff --git a/gulpfile.js b/gulpfile.js index 4f40e5e..4a19f1f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -25,6 +25,8 @@ gulp.task('js',function(){ jsFiles = ["src/*.js", "bower_components/jquery/dist/jquery.js", "bower_components/moment/moment.js", + "bower_components/bootstrap/dist/js/bootstrap.js", + "bower_components/bootstrap/js/collapse.js", "bower_components/angular/angular.js", "bower_components/sweetalert/lib/sweet-alert.js", "bower_components/angular-ui-router/release/angular-ui-router.js", diff --git a/src/index.html b/src/index.html index db3ce3c..0ab5706 100644 --- a/src/index.html +++ b/src/index.html @@ -10,6 +10,8 @@ + + @@ -20,7 +22,7 @@