(fix) do not autocapitalize the username field

This commit is contained in:
Ludovic Marcotte 2015-05-06 09:46:37 -04:00 committed by Francis Lachapelle
parent a8f52b30b8
commit d056f5581a

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>