mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +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({
|
||||
templateUrl: 'app.html',
|
||||
config: {
|
||||
activator: 'ripple'
|
||||
platforms: {
|
||||
android: {
|
||||
activator: 'ripple'
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
class DemoApp {
|
||||
|
Reference in New Issue
Block a user