fix nickname in #join
This commit is contained in:
parent
060fe2ef72
commit
a02b648e41
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<div class="row" ng-show="isSetupWalletPage">
|
||||
<div ng-if="totalCopayers > 1">
|
||||
<label for="Name">Your name</label>
|
||||
<input id="Name" type="text" placeholder="Name" class="form-control" ng-model="myNickname">
|
||||
<input id="Name" type="text" placeholder="Name" class="form-control" ng-model="$parent.myNickname">
|
||||
</div>
|
||||
<div>
|
||||
<label for="walletPassword">Your Wallet Password <small data-options="disable_for_touch:true" class="has-tip text-gray" tooltip="doesn't need to be shared" >Required</small>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue