fix(docs): minor @link fixes.

Closes #4696
This commit is contained in:
Alex Rickabaugh
2015-10-13 00:06:39 -07:00
parent 717bd23c37
commit 3a801c16fa
2 changed files with 4 additions and 4 deletions

View File

@ -29,9 +29,9 @@ 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 ControlGroup}s
* or {@link ControlArray}s. This hierarchy is reflected in the form's `value`, a
* An Angular form is a collection of `Control`s in some hierarchy.
* `Control`s can be at the top level or can be organized in `ControlGroup`s
* or `ControlArray`s. This hierarchy is reflected in the form's `value`, a
* JSON object that mirrors the form structure.
*
* # Submission