Commit 764281365ebaf41786584d5a865f57cb9f7063c5
1 parent
6181c34f4c
Exists in
master
and in
1 other branch
Removed placeholders cuz Rachel doesn't like them
Showing 1 changed file with 5 additions and 5 deletions Side-by-side Diff
templates/login.html
View file @
7642813
... | ... | @@ -13,13 +13,13 @@ |
13 | 13 | </div> |
14 | 14 | <div class="row"> |
15 | 15 | <div class="input-field col s6"> |
16 | - <input id="email" type="email" class="validate" ng-model="loginEmail" placeholder="Email" required/> | |
16 | + <input id="email" type="email" class="validate" ng-model="loginEmail"/> | |
17 | 17 | <label for="email">Email</label> |
18 | 18 | </div> |
19 | 19 | </div> |
20 | 20 | <div class="row"> |
21 | 21 | <div class="input-field col s6"> |
22 | - <input id="password" type="password" class="validate" ng-model="loginPassword" placeholder="Password" required/> | |
22 | + <input id="password" type="password" class="validate" ng-model="loginPassword"/> | |
23 | 23 | <label for="password">Password</label> |
24 | 24 | </div> |
25 | 25 | </div> |
26 | 26 | |
... | ... | @@ -33,13 +33,13 @@ |
33 | 33 | <div id="register-tab" class="col s12"> |
34 | 34 | <div class="row"> |
35 | 35 | <div class="input-field col s6"> |
36 | - <input type="email" class="validate" ng-model="loginEmail" placeholder="Email" required/> | |
36 | + <input type="email" class="validate" ng-model="loginEmail"/> | |
37 | 37 | <label for="email">Email</label> |
38 | 38 | </div> |
39 | 39 | </div> |
40 | 40 | <div class="row"> |
41 | 41 | <div class="input-field col s6"> |
42 | - <input type="password" class="validate" ng-model="registerPassword" placeholder="Password" required/> | |
42 | + <input type="password" class="validate" ng-model="registerPassword"/> | |
43 | 43 | <label for="password">Password</label> |
44 | 44 | </div> |
45 | 45 | </div> |