Skip to content

Commit

Permalink
chore(docs): fix bad link syntax for ViewEncapsulation enums
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiblack committed Jul 30, 2015
1 parent cb6fc9c commit 5c21af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/angular2/src/core/annotations_impl/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5c21af9

Please sign in to comment.