From 5c21af95c76b3ad2aadd6000a3ebdfb8860b3ec0 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Thu, 30 Jul 2015 10:55:13 -0700 Subject: [PATCH] chore(docs): fix bad link syntax for ViewEncapsulation enums --- modules/angular2/src/core/annotations_impl/view.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/angular2/src/core/annotations_impl/view.ts b/modules/angular2/src/core/annotations_impl/view.ts index 73592ac0cd..1babf18d02 100644 --- a/modules/angular2/src/core/annotations_impl/view.ts +++ b/modules/angular2/src/core/annotations_impl/view.ts @@ -89,8 +89,8 @@ export class View { /** * Specify how the template and the styles should be encapsulated. - * The default is {@link ViewEncapsulation.EMULATED} if the view has styles, - * otherwise {@link ViewEncapsulation.NONE}. + * The default is {@link ViewEncapsulation#EMULATED} if the view has styles, + * otherwise {@link ViewEncapsulation#NONE}. */ encapsulation: ViewEncapsulation;