summaryrefslogtreecommitdiffstats
path: root/js/app
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-13 03:05:47 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-13 03:05:47 +0200
commit218f7821cb9ccb23a0c2c37548fdadadcc8c59f0 (patch)
tree0233309afeff5bfa82a905a4668f447fedf85768 /js/app
parentbb3a3d9c30b2bc7e68c2c622c48900c5b277b139 (diff)
remove angular-animate from build, update bower packages
Diffstat (limited to 'js/app')
-rw-r--r--js/app/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/App.js b/js/app/App.js
index 947a68a2e..4f6a47a96 100644
--- a/js/app/App.js
+++ b/js/app/App.js
@@ -7,4 +7,4 @@
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @copyright Bernhard Posselt 2014
*/
-var app = angular.module('News', ['ngRoute', 'ngSanitize', 'ngAnimate']); \ No newline at end of file
+var app = angular.module('News', ['ngRoute', 'ngSanitize']); \ No newline at end of file