|
16 | 16 | .form-label Current password
|
17 | 17 |
|
18 | 18 | .validation-bar(ng-class="{ 'error-bar': (vm.newPasswordForm.currentPassword.$dirty && vm.newPasswordForm.currentPassword.$invalid) }")
|
19 |
| - toggle-password.tc-input.password(ng-model="vm.currentPassword") |
| 19 | + toggle-password.topcoder-input.password(ng-model="vm.currentPassword") |
20 | 20 |
|
21 | 21 | .form-input-error(ng-show="vm.newPasswordForm.currentPassword.$dirty && vm.newPasswordForm.currentPassword.$invalid")
|
22 | 22 | p(ng-show="vm.newPasswordForm.currentPassword.$error.required") This is a required field.
|
|
26 | 26 | .form-label New Password
|
27 | 27 |
|
28 | 28 | .validation-bar
|
29 |
| - toggle-password-with-tips.tc-input.password(placeholder="Pick a new password") |
| 29 | + toggle-password-with-tips.topcoder-input.password(placeholder="Pick a new password") |
30 | 30 |
|
31 | 31 | .tips.password-tips(ng-show="vm.passwordFocus")
|
32 | 32 | .arrow
|
|
64 | 64 |
|
65 | 65 | span.mandatory *mandatory
|
66 | 66 | .validation-bar(ng-class="{ 'error-bar': (vm.accountInfoForm.$dirty && vm.accountInfoForm.firstname.$invalid), 'success-bar': (vm.accountInfoForm.$dirty && vm.accountInfoForm.firstname.$valid)}")
|
67 |
| - input.tc-input( |
| 67 | + input.topcoder-input( |
68 | 68 | name="firstname", type="text",
|
69 | 69 | placeholder="First",
|
70 | 70 | ng-model="vm.userData.firstName",
|
|
78 | 78 | span(style="text-transform: none;") (Surname)
|
79 | 79 | span.mandatory *mandatory
|
80 | 80 | .validation-bar(ng-class="{ 'error-bar': (vm.accountInfoForm.$dirty && vm.accountInfoForm.lastname.$invalid), 'success-bar': (vm.accountInfoForm.$dirty && vm.accountInfoForm.lastname.$valid)}")
|
81 |
| - input.tc-input( |
| 81 | + input.topcoder-input( |
82 | 82 | name="lastname", type="text",
|
83 | 83 | placeholder="Last",
|
84 | 84 | ng-model="vm.userData.lastName",
|
|
95 | 95 |
|
96 | 96 | .section-fields
|
97 | 97 | .form-label.address Address
|
98 |
| - input.tc-input( |
| 98 | + input.topcoder-input( |
99 | 99 | name="address", type="text",
|
100 | 100 | placeholder="123 Topcoder Ave.",
|
101 | 101 | value="{{vm.homeAddress.streetAddr1}}",
|
|
105 | 105 |
|
106 | 106 | .form-label Address 2
|
107 | 107 | span(style="text-transform: none;") (apt., suite, etc.)
|
108 |
| - input.tc-input( |
| 108 | + input.topcoder-input( |
109 | 109 | name="address2",
|
110 | 110 | type="text",
|
111 | 111 | placeholder="Suite 42",
|
|
115 | 115 | )
|
116 | 116 |
|
117 | 117 | .form-label City
|
118 |
| - input.tc-input( |
| 118 | + input.topcoder-input( |
119 | 119 | name="city", type="text",
|
120 | 120 | value="{{vm.homeAddress.city}}",
|
121 | 121 | placeholder="Best City in the World",
|
|
124 | 124 | )
|
125 | 125 |
|
126 | 126 | .form-label State/Province
|
127 |
| - input.tc-input( |
| 127 | + input.topcoder-input( |
128 | 128 | name="state", type="text",
|
129 | 129 | value="{{vm.homeAddress.stateCode}}",
|
130 | 130 | placeholder="California",
|
|
133 | 133 | )
|
134 | 134 |
|
135 | 135 | .form-label Zip/Post Code
|
136 |
| - input.tc-input( |
| 136 | + input.topcoder-input( |
137 | 137 | name="zipcode", type="text",
|
138 | 138 | placeholder="Zip"
|
139 | 139 | value="{{vm.homeAddress.zip}}",
|
|
0 commit comments