Update sentence verbiage.

This commit is contained in:
Scott Hatcher 2015-10-19 13:42:32 -07:00 committed by Naomi Black
parent c4416cfb2c
commit c1b6e3e335
1 changed files with 1 additions and 1 deletions

View File

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