diff options
Diffstat (limited to 'docs/content/guide/concepts.ngdoc')
| -rw-r--r-- | docs/content/guide/concepts.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index fc5bce0a..06a06885 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -303,7 +303,7 @@ in HTML. require: 'ngModel', link: function(scope, elm, attrs, ctrl) { // view -> model - elm.bind('blur', function() { + elm.on('blur', function() { scope.$apply(function() { ctrl.$setViewValue(elm.html()); }); |
