8000 docs(ngModelOptions): fix example · uicoded/angular.js@2137542 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2137542

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

File tree

Collapse file tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

Lines changed: 1 addition & 1 deletion
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)
0