diff --git a/Gruntfile.js b/Gruntfile.js index bae584c85..ff1368ead 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -85,7 +85,6 @@ module.exports = function(grunt) { 'bower_components/angular/angular.js', 'bower_components/angular-ui-router/release/angular-ui-router.js', 'bower_components/angular-foundation/mm-foundation-tpls.js', - 'bower_components/angular-animate/angular-animate.js', 'bower_components/angular-moment/angular-moment.js', 'bower_components/ng-lodash/build/ng-lodash.js', 'bower_components/angular-qrcode/qrcode.js', diff --git a/bower.json b/bower.json index efb529612..a924bcb97 100644 --- a/bower.json +++ b/bower.json @@ -9,7 +9,6 @@ "dependencies": { "angular": "~1.3.13", "angular-foundation": "*", - "angular-animate": "~1.3.13", "angular-qrcode": "~5.1.0", "angular-gettext": "~2.0.5", "animate.css": "~3.2.0", diff --git a/public/views/includes/topbar.html b/public/views/includes/topbar.html index 28eab34a7..bf3fb769a 100644 --- a/public/views/includes/topbar.html +++ b/public/views/includes/topbar.html @@ -1,9 +1,9 @@