fix(demos): explicitly set ripple to be active

This commit is contained in:
Drew Rygh
2015-12-08 17:58:09 -06:00
parent 15f0299816
commit 0f7dca215e

View File

@@ -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;