diff options
Diffstat (limited to 'test/ng/directive/formSpec.js')
| -rw-r--r-- | test/ng/directive/formSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/directive/formSpec.js b/test/ng/directive/formSpec.js index 3e672a7b..8b87f266 100644 --- a/test/ng/directive/formSpec.js +++ b/test/ng/directive/formSpec.js @@ -53,7 +53,7 @@ describe('form', function() { }); - it('should use ng-form as form name', function() { + it('should use ngForm value as form name', function() { doc = $compile( '<div ng-form="myForm">' + '<input type="text" name="alias" ng-model="value"/>' + |
