From d7de2e3e9280995ebae8c26c837e642ea76a3670 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Mon, 7 Dec 2015 15:15:09 -0600 Subject: [PATCH] docs(button): add link to api demo --- ionic/components/button/button.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ionic/components/button/button.ts b/ionic/components/button/button.ts index b2022aad2a..63c47a6ca9 100644 --- a/ionic/components/button/button.ts +++ b/ionic/components/button/button.ts @@ -26,6 +26,7 @@ import {Config} from '../../config/config'; * @property [fab-bottom] - position a fab button towards the bottom * @description * Buttons are simple components in Ionic, can consist of text, an icon, or both, and can be enhanced with a wide range of attributes. + * @demo /docs/v2/demos/buttons/ * @see {@link /docs/v2/components#buttons Button Component Docs} */