fix nickname in #join

This commit is contained in:
Matias Alejo Garcia 2014-08-19 14:10:33 -04:00
commit a02b648e41

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>