chore(docs): fix another link broken by clang-format

This commit is contained in:
Naomi Black 2015-06-02 08:45:44 -07:00
parent 1fae8d6377
commit 6a0fe93ba9
1 changed files with 2 additions and 2 deletions

View File

@ -705,8 +705,8 @@ export class Directive extends Injectable {
/** /**
* Specifies a set of lifecycle hostListeners in which the directive participates. * Specifies a set of lifecycle hostListeners in which the directive participates.
* *
* See {@link annotations/onChange}, {@link annotations/onDestroy}, {@link * See {@link annotations/onChange}, {@link annotations/onDestroy},
* annotations/onAllChangesDone} for details. * {@link annotations/onAllChangesDone} for details.
*/ */
lifecycle: List<LifecycleEvent>; lifecycle: List<LifecycleEvent>;