We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd66dd commit 0964e5fCopy full SHA for 0964e5f
src/app/billing_accounts/billingaccounts.new.html
@@ -69,7 +69,7 @@
69
</div>
70
<div class="row">
71
<div class="form-group col-md-6" ng-class="{'has-error': addAccountForm.client.$touched && addAccountForm.client.$invalid}">
72
- <label for="account-description">Client</label>
+ <label for="account-description">Client (start typing...)</label>
73
<input type="text" ng-model="newAccount.client"
74
uib-typeahead="client as client.name for client in getClients($viewValue)"
75
class="form-control" required="required">
@@ -93,4 +93,4 @@
93
94
95
96
-</div>
+</div>
0 commit comments