doc(Directive): fix the inline doc for lifecycle events

This commit is contained in:
Victor Berchet 2015-06-09 09:56:29 +02:00 committed by Tobias Bosch
parent f9745327e6
commit 47b6b05017
1 changed files with 3 additions and 3 deletions

View File

@ -722,10 +722,10 @@ export class Directive extends Injectable {
hostActions: StringMap<string, string>;
/**
* Specifies a set of lifecycle hostListeners in which the directive participates.
* Specifies which lifecycle should be notified to the directive.
*
* See {@link annotations/onChange}, {@link annotations/onDestroy},
* {@link annotations/onAllChangesDone} for details.
* See {@link annotations/onChange}, {@link annotations/onDestroy}, {@link annotations/onCheck},
* {@link annotations/onInit}, {@link annotations/onAllChangesDone} for details.
*/
lifecycle: List<LifecycleEvent>;