Skip to content

Commit b9ea394

Browse files
committed
docs(core): Add plnkr example for *ng-if.
1 parent 06f8330 commit b9ea394

File tree

1 file changed

+1
-1
lines changed
  • modules/angular2/src/core/directives

1 file changed

+1
-1
lines changed

modules/angular2/src/core/directives/ng_if.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {isBlank} from 'angular2/src/core/facade/lang';
88
* If the expression assigned to `ng-if` evaluates to a false value then the element
99
* is removed from the DOM, otherwise a clone of the element is reinserted into the DOM.
1010
*
11-
* # Example:
11+
* ### Example ([live demo](http://plnkr.co/edit/fe0kgemFBtmQOY31b4tw?p=preview)):
1212
*
1313
* ```
1414
* <div *ng-if="errorCount > 0" class="error">

0 commit comments

Comments
 (0)