From 30543fd6c7c77b183e6354b5c06796b4eaec1751 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Mon, 14 Dec 2015 11:04:46 -0600 Subject: [PATCH] docs(attr): link to api demo Related: #739 --- ionic/components/app/id.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ionic/components/app/id.ts b/ionic/components/app/id.ts index c89f3f1f5e..9e67276f57 100644 --- a/ionic/components/app/id.ts +++ b/ionic/components/app/id.ts @@ -64,6 +64,7 @@ export class IdRef { * // toggle the no-lines attributes based on whether isAndroid is true or false * * ``` + * @demo /docs/v2/demos/attr/ */ @Directive({ selector: '[attr]',