diff --git a/src/accounts/account.form.tmpl.html b/src/accounts/account.form.tmpl.html index 67fc14a..83b277b 100644 --- a/src/accounts/account.form.tmpl.html +++ b/src/accounts/account.form.tmpl.html @@ -25,9 +25,10 @@
+ ng-model="$ctrl.account.name" + type="text" placeholder="Account name" + required /> +

The account name is required.

@@ -40,13 +41,14 @@
-
+ name="authorized_overdraft" + ng-model="$ctrl.authorized_overdraft" + ng-change="$ctrl.authorizedOverdraftChange()" + type="number" placeholder="Authorized overdraft" + required min="0"/>
.00€
+

The authorized overdraft is required.

The authorized overdraft must be equal or greater than 0.