Skip to content

Commit cb03694

Browse files
jesselpalmerbullgare
authored andcommitted
docs(ngIf): wrap ngIf in code tags
Closes angular#9435
1 parent 94dc217 commit cb03694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/directive/ngIf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
* and `leave` effects.
3434
*
3535
* @animations
36-
* enter - happens just after the ngIf contents change and a new DOM element is created and injected into the ngIf container
37-
* leave - happens just before the ngIf contents are removed from the DOM
36+
* enter - happens just after the `ngIf` contents change and a new DOM element is created and injected into the `ngIf` container
37+
* leave - happens just before the `ngIf` contents are removed from the DOM
3838
*
3939
* @element ANY
4040
* @scope

0 commit comments

Comments
 (0)