init missing variables
This commit is contained in:
parent
547b216edd
commit
05d73e3e14
1 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue