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

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