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,8 +8,12 @@ import * as helpers from './helpers';
@App({ @App({
templateUrl: 'app.html', templateUrl: 'app.html',
config: { config: {
platforms: {
android: {
activator: 'ripple' activator: 'ripple'
} }
}
}
}) })
class DemoApp { class DemoApp {