| author | rougeronj |
| Thu, 11 Jun 2015 15:36:42 +0200 | |
| changeset 169 | 76fb2dd72ce4 |
| permissions | -rw-r--r-- |
|
169
76fb2dd72ce4
update auth controller to fit to the new server side authentication
rougeronj
parents:
diff
changeset
|
1 |
<div class="messages"> |
|
76fb2dd72ce4
update auth controller to fit to the new server side authentication
rougeronj
parents:
diff
changeset
|
2 |
<div ng-message="required">Obligatoire</div> |
|
76fb2dd72ce4
update auth controller to fit to the new server side authentication
rougeronj
parents:
diff
changeset
|
3 |
<div ng-message="minlength">Trop court</div> |
|
76fb2dd72ce4
update auth controller to fit to the new server side authentication
rougeronj
parents:
diff
changeset
|
4 |
<div ng-message="maxlength">Trop long</div> |
|
76fb2dd72ce4
update auth controller to fit to the new server side authentication
rougeronj
parents:
diff
changeset
|
5 |
<div ng-message="email">Adresse email incorrecte</div> |
|
76fb2dd72ce4
update auth controller to fit to the new server side authentication
rougeronj
parents:
diff
changeset
|
6 |
<div ng-message="compareTo">Vous devez rentrer le même mot de passe</div> |
|
76fb2dd72ce4
update auth controller to fit to the new server side authentication
rougeronj
parents:
diff
changeset
|
7 |
</div> |