fix nickname in #join

This commit is contained in:
Matias Alejo Garcia 2014-08-19 14:10:33 -04:00
parent 060fe2ef72
commit a02b648e41
1 changed files with 1 additions and 1 deletions

View File

@ -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>