init missing variables

This commit is contained in:
Jean-Baptiste Dominguez 2018-09-04 13:34:08 +09:00
commit 05d73e3e14

View file

@ -17,7 +17,10 @@ angular
sendMax: false,
thirdParty: null,
toAddress: '',
toWalletId: ''
toWalletId: '',
coin: '',
isRequestAmount: false,
isWalletTransfer: false
},
previousStates: [],
@ -70,7 +73,10 @@ angular
sendMax: false,
thirdParty: null,
toAddress: '',
toWalletId: ''
toWalletId: '',
coin: '',
isRequestAmount: false,
isWalletTransfer: false
}
}