Skip to content

Commit 3a801c1

Browse files
committed
fix(docs): minor @link fixes.
Closes #4696
1 parent 717bd23 commit 3a801c1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/angular2/src/core/application_ref.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export abstract class PlatformRef {
194194
* # Usage
195195
*
196196
* `bindingFn` is a function that will be called in the new application's zone.
197-
* It should return a {@link Promise} to a list of providers to be used for the
197+
* It should return a `Promise` to a list of providers to be used for the
198198
* new application. Once this promise resolves, the application will be
199199
* constructed in the same manner as a normal `application()`.
200200
*/

modules/angular2/src/core/forms/directives/ng_form.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ const formDirectiveProvider =
2929
*
3030
* # Structure
3131
*
32-
* An Angular form is a collection of {@link Control}s in some hierarchy.
33-
* `Control`s can be at the top level or can be organized in {@link ControlGroup}s
34-
* or {@link ControlArray}s. This hierarchy is reflected in the form's `value`, a
32+
* An Angular form is a collection of `Control`s in some hierarchy.
33+
* `Control`s can be at the top level or can be organized in `ControlGroup`s
34+
* or `ControlArray`s. This hierarchy is reflected in the form's `value`, a
3535
* JSON object that mirrors the form structure.
3636
*
3737
* # Submission

0 commit comments

Comments
 (0)