Update sentence verbiage.
This commit is contained in:
parent
c4416cfb2c
commit
c1b6e3e335
|
@ -305,7 +305,7 @@ include ../../../../_includes/_util-fns
|
||||||
a critical part of this syntax.
|
a critical part of this syntax.
|
||||||
:markdown
|
:markdown
|
||||||
When there is no `selectedHero`, the `ng-if` directive removes the hero detail HTML from the DOM.
|
When there is no `selectedHero`, the `ng-if` directive removes the hero detail HTML from the DOM.
|
||||||
There will no hero detail elements and no bindings to worry about.
|
There will be no hero detail elements and no bindings to worry about.
|
||||||
|
|
||||||
When the user picks a hero, `selectedHero` becomes "truthy" and
|
When the user picks a hero, `selectedHero` becomes "truthy" and
|
||||||
`ng-if` puts the hero detail content into the DOM and evaluates the nested bindings.
|
`ng-if` puts the hero detail content into the DOM and evaluates the nested bindings.
|
||||||
|
|
Loading…
Reference in New Issue