client/app/components/messages.html
author nowmad@23.1.168.192.in-addr.arpa
Wed, 02 Dec 2015 18:07:42 +0100
changeset 197 8b87432acffc
parent 169 76fb2dd72ce4
permissions -rw-r--r--
Update search to match the new response from exalead
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>