We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f8330 commit b9ea394Copy full SHA for b9ea394
modules/angular2/src/core/directives/ng_if.ts
@@ -8,7 +8,7 @@ import {isBlank} from 'angular2/src/core/facade/lang';
8
* If the expression assigned to `ng-if` evaluates to a false value then the element
9
* is removed from the DOM, otherwise a clone of the element is reinserted into the DOM.
10
*
11
- * # Example:
+ * ### Example ([live demo](http://plnkr.co/edit/fe0kgemFBtmQOY31b4tw?p=preview)):
12
13
* ```
14
* <div *ng-if="errorCount > 0" class="error">
0 commit comments