From f911ae5af2f3999cf3741438f1ffcb5d55a7727b Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Wed, 9 Dec 2015 15:27:56 -0600 Subject: [PATCH] docs(popup): link to api demo --- ionic/components/popup/popup.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ionic/components/popup/popup.ts b/ionic/components/popup/popup.ts index 351254b1df..f2cd107d60 100644 --- a/ionic/components/popup/popup.ts +++ b/ionic/components/popup/popup.ts @@ -61,6 +61,7 @@ import {extend} from '../../util/util'; * } * } * ``` + * @demo /docs/v2/demos/popup/ * @see {@link /docs/v2/components#popups Popup Component Docs} */ @Injectable()