docs(core): Add plnkr example for *ng-if.

This commit is contained in:
Alex Rickabaugh 2015-09-17 15:28:11 -07:00
parent 06f8330cfa
commit b9ea394c85
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import {isBlank} from 'angular2/src/core/facade/lang';
* If the expression assigned to `ng-if` evaluates to a false value then the element
* is removed from the DOM, otherwise a clone of the element is reinserted into the DOM.
*
* # Example:
* ### Example ([live demo](http://plnkr.co/edit/fe0kgemFBtmQOY31b4tw?p=preview)):
*
* ```
* <div *ng-if="errorCount > 0" class="error">