Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 80b78f7

Browse files
jesselpalmercaitp
authored andcommitted
docs(ngIf): wrap ngIf in code tags
Closes #9435
1 parent 386c179 commit 80b78f7

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)