mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 19:41:07 +00:00
docs(overview): fix typo
Removed repeated "the" in the sentence: The input invalidates itself by turning red when you enter invalid data or leave "the" the input fields blank (Line 137).
This commit is contained in:
parent
8a63dc3151
commit
1fefafd09f
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ These input widgets look normal enough, but consider these points:
|
||||||
Model-View-Controller design pattern.
|
Model-View-Controller design pattern.
|
||||||
* Note that the HTML widget {@link api/ng.directive:input input}
|
* Note that the HTML widget {@link api/ng.directive:input input}
|
||||||
has special powers. The input invalidates itself by turning red when you enter invalid data or
|
has special powers. The input invalidates itself by turning red when you enter invalid data or
|
||||||
leave the the input fields blank. These new widget behaviors make it easier to implement field
|
leave the input fields blank. These new widget behaviors make it easier to implement field
|
||||||
validation common in CRUD applications.
|
validation common in CRUD applications.
|
||||||
|
|
||||||
And finally, the mysterious `{{ double curly braces }}`:
|
And finally, the mysterious `{{ double curly braces }}`:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue