diff options
Diffstat (limited to 'test/directive/selectSpec.js')
| -rw-r--r-- | test/directive/selectSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/directive/selectSpec.js b/test/directive/selectSpec.js index 3f8fb56e..2e3cfaaf 100644 --- a/test/directive/selectSpec.js +++ b/test/directive/selectSpec.js @@ -780,7 +780,7 @@ describe('select', function() { createSelect({ 'ng-model': 'value', 'ng-options': 'item.name for item in values', - 'ng-required': '{{required}}' + 'ng-required': 'required' }, true); |
