diff options
Diffstat (limited to 'test/ng/directive/ngControllerSpec.js')
| -rw-r--r-- | test/ng/directive/ngControllerSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/directive/ngControllerSpec.js b/test/ng/directive/ngControllerSpec.js index 832a683d..ab85c569 100644 --- a/test/ng/directive/ngControllerSpec.js +++ b/test/ng/directive/ngControllerSpec.js @@ -1,6 +1,6 @@ 'use strict'; -describe('ng-controller', function() { +describe('ngController', function() { var element; beforeEach(inject(function($window) { |
