diff --git a/gulp/conf.js b/gulp/conf.js index a8dec41..567b9fd 100644 --- a/gulp/conf.js +++ b/gulp/conf.js @@ -24,7 +24,7 @@ exports.paths = { * to inject css preprocessor deps and js files in karma */ exports.wiredep = { - exclude: [/jquery/, /bootstrap.js$/, /bootstrap-sass-official\/.*\.js/, /bootstrap\.css/], + exclude: [/bootstrap\.css/], directory: 'bower_components' }; diff --git a/src/app/components/navbar/navbar.html b/src/app/components/navbar/navbar.html index 565a551..6751b70 100644 --- a/src/app/components/navbar/navbar.html +++ b/src/app/components/navbar/navbar.html @@ -1,13 +1,19 @@