From 218f7821cb9ccb23a0c2c37548fdadadcc8c59f0 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 13 Sep 2014 03:05:47 +0200 Subject: remove angular-animate from build, update bower packages --- js/tests/unit/stubs/App.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'js/tests') diff --git a/js/tests/unit/stubs/App.js b/js/tests/unit/stubs/App.js index dc512f5e1..5c32b1b76 100644 --- a/js/tests/unit/stubs/App.js +++ b/js/tests/unit/stubs/App.js @@ -7,9 +7,4 @@ * @author Bernhard Posselt * @copyright Bernhard Posselt 2012, 2014 */ -window.app = angular.module('News', [ - 'ngRoute', - 'ngSanitize', - 'ngAnimate', - 'ngMock' -]); \ No newline at end of file +window.app = angular.module('News', ['ngRoute', 'ngSanitize', 'ngMock']); \ No newline at end of file -- cgit v1.2.3