From d44ce7e7ce3840691bbf2152ae0ef358d58a856a Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Sun, 5 Oct 2014 16:28:58 -0400 Subject: [PATCH] docs(ngIf): updates formatting --- src/ng/directive/ngIf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ng/directive/ngIf.js b/src/ng/directive/ngIf.js index b4947e1966f3..72a2c0df8407 100644 --- a/src/ng/directive/ngIf.js +++ b/src/ng/directive/ngIf.js @@ -33,8 +33,8 @@ * and `leave` effects. * * @animations - * enter - happens just after the ngIf contents change and a new DOM element is created and injected into the ngIf container - * leave - happens just before the ngIf contents are removed from the DOM + * enter - happens just after the `ngIf` contents change and a new DOM element is created and injected into the `ngIf` container + * leave - happens just before the `ngIf` contents are removed from the DOM * * @element ANY * @scope