docs(core): fix links in core docs

This commit is contained in:
vsavkin
2015-10-11 14:42:36 -07:00
parent 52ebb8f0dd
commit 62005dd127
3 changed files with 7 additions and 5 deletions

View File

@ -30,7 +30,7 @@ const formDirectiveProvider =
* # Structure
*
* An Angular form is a collection of {@link Control}s in some hierarchy.
* `Control`s can be at the top level or can be organized in {@link ControlGroups}
* `Control`s can be at the top level or can be organized in {@link ControlGroup}s
* or {@link ControlArray}s. This hierarchy is reflected in the form's `value`, a
* JSON object that mirrors the form structure.
*