diff options
Diffstat (limited to 'test/ng/directive/ngViewSpec.js')
| -rw-r--r-- | test/ng/directive/ngViewSpec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ng/directive/ngViewSpec.js b/test/ng/directive/ngViewSpec.js index 4c0b841b..00fc6827 100644 --- a/test/ng/directive/ngViewSpec.js +++ b/test/ng/directive/ngViewSpec.js @@ -1,6 +1,6 @@ 'use strict'; -describe('ng-view', function() { +describe('ngView', function() { var element; beforeEach(module(function() { @@ -137,7 +137,7 @@ describe('ng-view', function() { }); - it('should be possible to nest ng-view in ng-include', function() { + it('should be possible to nest ngView in ngInclude', function() { module(function($routeProvider) { $routeProvider.when('/foo', {template: 'viewPartial.html'}); |
