From 80b78f7461deae6f1cf6a91ed47fd2edc4d7bcb6 Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Sun, 5 Oct 2014 16:28:58 -0400 Subject: [PATCH] docs(ngIf): wrap ngIf in code tags Closes #9435 --- 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 6d290d54..671ee727 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