client/app/components/messages.html
author rougeronj
Thu, 01 Oct 2015 18:00:33 +0200
changeset 187 fe5933b576a7
parent 169 76fb2dd72ce4
permissions -rw-r--r--
Added tag V0.1-alpha.4 for changeset d79e844ca86b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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>