I've just test following code, it works fine on AngularJS v1.4.4
<input type="text" name="userName1" ng-model="user.name1"
ng-model-options="{ updateOn: 'default blur clear', debounce: {
'default': 500, 'blur': 0, 'clear': 0 } }" /><br />
<span ng-bind="user.name1"></span>
You can refer to other tutorials at http://angularjsaz.blogspot.com/
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.