Skip to content

Commit

Permalink
Fixed #204
Browse files Browse the repository at this point in the history
  • Loading branch information
poonwu committed Oct 19, 2016
1 parent e7d154c commit 01996e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/view/influencer-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1>My Wallet</h1>
</div>
<div class="col" form-error="form.accountNumber">
<label>เลขที่บัญชี</label>
<input class="form-control" ng-disabled="!wallet.proposals || !isVerify" name="account" ng-model="formData.accountNumber" ng-pattern-restrict="^[0-9]*$" required/>
<input class="form-control" ng-disabled="!wallet.proposals || !isVerify" name="accountNumber" ng-model="formData.accountNumber" ng-pattern-restrict="^[0-9]*$" required/>
<div input-error></div>
</div>
</div>
Expand Down

0 comments on commit 01996e4

Please sign in to comment.