fix(register): Fixed register properties

This commit is contained in:
Max Lynch
2015-06-30 11:20:20 -05:00
parent 39bd7efdfd
commit 9503886dda

View File

@ -17,7 +17,7 @@ import {IonicApp} from 'ionic/ionic'
'registerId: register-id'
],
host: {
'[register-id]': 'registerId'
'this.register-id': 'registerId'
},
lifecycle: [onInit]
})