We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94dc217 commit cb03694Copy full SHA for cb03694
src/ng/directive/ngIf.js
@@ -33,8 +33,8 @@
33
* and `leave` effects.
34
*
35
* @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
+ * 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
38
39
* @element ANY
40
* @scope
0 commit comments