diff --git a/ionic/components/app/id.ts b/ionic/components/app/id.ts index 3355ad178e..639f988eef 100644 --- a/ionic/components/app/id.ts +++ b/ionic/components/app/id.ts @@ -55,6 +55,16 @@ 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 + * + * ``` + */ @Directive({ selector: '[attr]', inputs: ['attr']