update to use host

This commit is contained in:
Adam Bradley
2015-06-22 13:05:47 -05:00
parent 43042ed999
commit e81a78e9d6
13 changed files with 46 additions and 59 deletions

View File

@ -42,8 +42,8 @@ export class ActionMenu extends Overlay {
static get config() {
return {
selector: 'ion-action-menu',
hostProperties: {
'zIndex': 'style.z-index'
host: {
'[style.z-index]': 'zIndex'
}
}
}