fix inputs bugs

This commit is contained in:
bechi 2014-11-19 11:48:36 -03:00
commit 7c35a745cb
3 changed files with 4 additions and 3 deletions

View file

@ -50,7 +50,7 @@
<span class="icon-input right" ng-show="profileForm.repeatpassword.$dirty &&
!profileForm.repeatpassword.$invalid"><i class="fi-check"></i></span>
<input type="password" ng-model="repeatpassword"
class="form-control" name="repeatpassword"
class="columns form-control" name="repeatpassword"
placeholder="{{'Repeat password'|translate}}"
match="password" required >
</div>