fix(docs) Added more readable links

Follows https://github.com/angular/angular/pull/3677

I hope this works.
This commit is contained in:
ericmartinezr 2015-08-18 12:40:38 -03:00 committed by Misko Hevery
parent d2d0715568
commit 9d44ae3d32
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ export class ViewRef implements HostViewRef {
* A reference to an Angular ProtoView.
*
* A ProtoView is a reference to a template for easy creation of views.
* (See {@link AppViewManager#createViewInContainer} and {@link AppViewManager#createRootHostView}).
* (See {@link AppViewManager#createViewInContainer `AppViewManager#createViewInContainer`} and
* {@link AppViewManager#createRootHostView `AppViewManager#createRootHostView`}).
*
* A `ProtoView` is a factory for creating `View`s.
*