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, sendMax: false,
thirdParty: null, thirdParty: null,
toAddress: '', toAddress: '',
toWalletId: '' toWalletId: '',
coin: '',
isRequestAmount: false,
isWalletTransfer: false
}, },
previousStates: [], previousStates: [],
@ -70,7 +73,10 @@ angular
sendMax: false, sendMax: false,
thirdParty: null, thirdParty: null,
toAddress: '', toAddress: '',
toWalletId: '' toWalletId: '',
coin: '',
isRequestAmount: false,
isWalletTransfer: false
} }
} }