docs: fix docregion in attribute directives for highlight directive ()

Fixes 

PR Close 
This commit is contained in:
Arunkarthick S. R 2018-05-18 01:07:47 +05:30 committed by Miško Hevery
parent d243baf48a
commit d1805d04d5

@ -40,5 +40,7 @@ export class HighlightDirective {
// #docregion color-2
@Input() appHighlight: string;
// #enddocregion color-2
}
// #docregion
}
// #enddocregion