client/app/components/messages.html
author ymh <ymh.work@gmail.com>
Wed, 08 Jan 2020 17:49:53 +0100
changeset 205 147583c43f0d
parent 169 76fb2dd72ce4
permissions -rw-r--r--
add poetry on sync
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>