From 0f7dca215e84afd81249bba8c57f5056d17a1435 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Tue, 8 Dec 2015 17:58:09 -0600 Subject: [PATCH] fix(demos): explicitly set ripple to be active --- demos/component-docs/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demos/component-docs/index.ts b/demos/component-docs/index.ts index 2a303a7fa5..daf89f8026 100644 --- a/demos/component-docs/index.ts +++ b/demos/component-docs/index.ts @@ -7,12 +7,16 @@ import * as helpers from './helpers'; @App({ templateUrl: 'app.html', + config: { + activator: 'ripple' + } }) class DemoApp { rootPage: any; androidAttribute: any; + constructor(app: IonicApp, platform: Platform) { this.app = app; this.platform = platform;