docs(demos): pretty sure iOS doesn't have ripple

This commit is contained in:
Drew Rygh
2015-12-08 18:12:27 -06:00
parent 0f7dca215e
commit 474831e66b

View File

@ -8,7 +8,11 @@ import * as helpers from './helpers';
@App({
templateUrl: 'app.html',
config: {
activator: 'ripple'
platforms: {
android: {
activator: 'ripple'
}
}
}
})
class DemoApp {