mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
docs(demos): pretty sure iOS doesn't have ripple
This commit is contained in:
@ -8,7 +8,11 @@ import * as helpers from './helpers';
|
|||||||
@App({
|
@App({
|
||||||
templateUrl: 'app.html',
|
templateUrl: 'app.html',
|
||||||
config: {
|
config: {
|
||||||
activator: 'ripple'
|
platforms: {
|
||||||
|
android: {
|
||||||
|
activator: 'ripple'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
class DemoApp {
|
class DemoApp {
|
||||||
|
Reference in New Issue
Block a user