mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge branch 'alpha50' into css-refactor
This commit is contained in:
@@ -7,12 +7,20 @@ import * as helpers from './helpers';
|
||||
|
||||
@App({
|
||||
templateUrl: 'app.html',
|
||||
config: {
|
||||
platforms: {
|
||||
android: {
|
||||
activator: 'ripple'
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
class DemoApp {
|
||||
|
||||
rootPage: any;
|
||||
androidAttribute: any;
|
||||
|
||||
|
||||
constructor(app: IonicApp, platform: Platform) {
|
||||
this.app = app;
|
||||
this.platform = platform;
|
||||
|
||||
Reference in New Issue
Block a user