We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8941c0 commit dc9775dCopy full SHA for dc9775d
src/ng/directive/input.js
@@ -1624,7 +1624,9 @@ is set to `true`. The parse error is stored in `ngModel.$error.parse`.
1624
* DOM events. Such DOM related logic should be provided by other directives which make use of
1625
* `NgModelController` for data-binding.
1626
*
1627
- * ## Custom Control Example
+ *
1628
+ * @example
1629
+ * ### Custom Control Example
1630
* This example shows how to use `NgModelController` with a custom control to achieve
1631
* data-binding. Notice how different directives (`contenteditable`, `ng-model`, and `required`)
1632
* collaborate together to achieve the desired result.
0 commit comments