From 48847447e821f7b3702f452258bea513f4973b15 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Wed, 16 Dec 2015 10:24:14 -0600 Subject: [PATCH] docs(scroll): link to api demo --- ionic/components/scroll/scroll.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ionic/components/scroll/scroll.ts b/ionic/components/scroll/scroll.ts index a6bcc1ae6d..65a26740d0 100644 --- a/ionic/components/scroll/scroll.ts +++ b/ionic/components/scroll/scroll.ts @@ -27,6 +27,7 @@ import * as util from 'ionic/util'; *@property {boolean} [scroll-y] - whether to enable scrolling along the Y axis *@property {boolean} [zoom] - whether to enable zooming *@property {number} [max-zoom] - set the max zoom amount for ion-scroll + * @demo /docs/v2/demos/scroll/ */ @Component({ selector: 'ion-scroll',