From c06dea22f680fb58a8b0ae850b83f16b0a734969 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Tue, 4 Jul 2017 21:54:31 +0200 Subject: [PATCH] Style. --- src/accounts/account.form.tmpl.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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.