remove animate-hide deprecated class from partial.

This commit is contained in:
John Mitchell 2015-11-12 17:53:45 -05:00
parent 99d8648b3f
commit ce027a8e9d

View File

@ -36,7 +36,7 @@
ng-model="login_username"
id="login-username"
autocomplete="off" required>
<div class="error animate-hide"
<div class="error"
ng-show="loginForm.login_username.$dirty &&
loginForm.login_username.$error.required">
Please enter a username.