aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/widget/inputSpec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/widget/inputSpec.js b/test/widget/inputSpec.js
index daea7246..d8e88d2b 100644
--- a/test/widget/inputSpec.js
+++ b/test/widget/inputSpec.js
@@ -923,10 +923,10 @@ describe('input', function() {
});
- describe('ng:bind-change', function() {
+ describe('ng:model-instant', function() {
it('should bind keydown, change, input events', inject(function($browser) {
- compileInput('<input type="text" ng:model="value" ng:bind-immediate />');
+ compileInput('<input type="text" ng:model="value" ng:model-instant />');
inputElm.val('value1');
browserTrigger(inputElm, 'keydown');