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

Commit dc9775d

Browse files
doc(ngModelController): move example below members
1 parent e8941c0 commit dc9775d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ng/directive/input.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,9 @@ is set to `true`. The parse error is stored in `ngModel.$error.parse`.
16241624
* DOM events. Such DOM related logic should be provided by other directives which make use of
16251625
* `NgModelController` for data-binding.
16261626
*
1627-
* ## Custom Control Example
1627+
*
1628+
* @example
1629+
* ### Custom Control Example
16281630
* This example shows how to use `NgModelController` with a custom control to achieve
16291631
* data-binding. Notice how different directives (`contenteditable`, `ng-model`, and `required`)
16301632
* collaborate together to achieve the desired result.

0 commit comments

Comments
 (0)