(fix) do not autocapitalize the username field

pull/91/head
Ludovic Marcotte 2015-05-06 09:46:37 -04:00 committed by Francis Lachapelle
parent a8f52b30b8
commit d056f5581a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<label>
<var:string label:value="Username:"/>
</label>
<input type="text" ng-model="creds.username" required="required" />
<input autocapitalize="off" type="text" ng-model="creds.username" required="required" />
</md-input-container>
<md-input-container>
<label>