mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(register): Fixed register properties
This commit is contained in:
@ -17,7 +17,7 @@ import {IonicApp} from 'ionic/ionic'
|
|||||||
'registerId: register-id'
|
'registerId: register-id'
|
||||||
],
|
],
|
||||||
host: {
|
host: {
|
||||||
'[register-id]': 'registerId'
|
'this.register-id': 'registerId'
|
||||||
},
|
},
|
||||||
lifecycle: [onInit]
|
lifecycle: [onInit]
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user