fixed ng-required on name input
This commit is contained in:
parent
2e3e3a55ae
commit
c424a6aae3
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<div class="panel">
|
||||
<label><span translate>Wallet name (*)</span>
|
||||
<div class="input">
|
||||
<input type="text" placeholder="{{'Family vacation funds'|translate}}" class="form-control" ng-model="walletName" ng-required="{{'Please enter a name for this wallet'|translate}}">
|
||||
<input type="text" placeholder="{{'Family vacation funds'|translate}}" class="form-control" ng-model="walletName" ng-required="true">
|
||||
<i class="icon-wallet"></i>
|
||||
</div>
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue