diff --git a/modules/angular2/src/core/directives/ng_if.ts b/modules/angular2/src/core/directives/ng_if.ts index 3656ae8a65..4a65ff7c05 100644 --- a/modules/angular2/src/core/directives/ng_if.ts +++ b/modules/angular2/src/core/directives/ng_if.ts @@ -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)): * * ``` *