Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2137542

Browse files
timkindbergbtford
authored andcommitted
docs(ngModelOptions): fix example
1 parent ab878a6 commit 2137542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2729,7 +2729,7 @@ var ngValueDirective = function() {
27292729
* - `debounce`: integer value which contains the debounce model update value in milliseconds. A
27302730
* value of 0 triggers an immediate update. If an object is supplied instead, you can specify a
27312731
* custom value for each event. For example:
2732-
* `ngModelOptions="{ updateOn: 'default blur', debounce: {'default': 500, 'blur': 0} }"`
2732+
* `ng-model-options="{ updateOn: 'default blur', debounce: {'default': 500, 'blur': 0} }"`
27332733
* - `getterSetter`: boolean value which determines whether or not to treat functions bound to
27342734
`ngModel` as getters/setters.
27352735
* - `timezone`: Defines the timezone to be used to read/write the `Date` instance in the model for

0 commit comments

Comments
 (0)