Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab878a6 commit 2137542Copy full SHA for 2137542
src/ng/directive/input.js
@@ -2729,7 +2729,7 @@ var ngValueDirective = function() {
2729
* - `debounce`: integer value which contains the debounce model update value in milliseconds. A
2730
* value of 0 triggers an immediate update. If an object is supplied instead, you can specify a
2731
* custom value for each event. For example:
2732
- * `ngModelOptions="{ updateOn: 'default blur', debounce: {'default': 500, 'blur': 0} }"`
+ * `ng-model-options="{ updateOn: 'default blur', debounce: {'default': 500, 'blur': 0} }"`
2733
* - `getterSetter`: boolean value which determines whether or not to treat functions bound to
2734
`ngModel` as getters/setters.
2735
* - `timezone`: Defines the timezone to be used to read/write the `Date` instance in the model for
0 commit comments