Skip to content

Commit

Permalink
Fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
Flightan committed Aug 18, 2015
1 parent d9fa215 commit 5a76d8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>Vos informations bancaires</h2>

<div class="form-group required" ng-class="{'has-error': !identite.titulaire && infoForm.$submitted}">
<label class="control-label-flat">Titulaire du compte</label>
<input type="text" class="form-control-flat" name="titulaire" required>
<input type="text" class="form-control-flat" name="titulaire" ng-model="identite.titulaire" required>
<div class="has-error">
<p class="help-block"><i class="fa fa-warning"></i> Le titulaire du compte doit être la personne qui fait la demande de bourse</p>
</div>
Expand Down

0 comments on commit 5a76d8c

Please sign in to comment.