diff options
Diffstat (limited to 'test/ng/directive/ngIfSpec.js')
| -rwxr-xr-x | test/ng/directive/ngIfSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/directive/ngIfSpec.js b/test/ng/directive/ngIfSpec.js index 81b54123..d40e6812 100755 --- a/test/ng/directive/ngIfSpec.js +++ b/test/ng/directive/ngIfSpec.js @@ -210,7 +210,7 @@ describe('ngIf animations', function () { return element; } - beforeEach(module('mock.animate')); + beforeEach(module('ngAnimateMock')); beforeEach(module(function() { // we need to run animation on attached elements; |
