docs(ngIf): wrap ngIf in code tags

Closes #9435
This commit is contained in:
Jesse Palmer
2014-10-05 16:28:58 -04:00
committed by Caitlin Potter
parent 386c179a94
commit 80b78f7461

View File

@@ -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