docs(demos): remove attr from docs

This commit is contained in:
Brandy Carney
2016-01-27 13:43:16 -05:00
parent c68da33b98
commit 047a9396da
3 changed files with 1 additions and 56 deletions

View File

@ -66,15 +66,7 @@ export class IdRef {
/**
* @name Attr
* @description
* Attr allows you to dynamically add or remove an attribute based on the value of an expression or variable.
* @usage
* ```html
* // toggle the no-lines attributes based on whether isAndroid is true or false
* <ion-list [attr.no-lines]="isAndroid ? '' : null">
* ```
* @demo /docs/v2/demos/attr/
* @private
*/
@Directive({
selector: '[attr]'