|
1 | 1 | <form class="example-form"> |
2 | 2 | <md-input-container class="example-full-width"> |
3 | | - <input md-input placeholder="Company (disabled)" disabled value="Google"> |
| 3 | + <input mdInput placeholder="Company (disabled)" disabled value="Google"> |
4 | 4 | </md-input-container> |
5 | 5 |
|
6 | 6 | <table class="example-full-width" cellspacing="0"><tr> |
7 | 7 | <td><md-input-container class="example-full-width"> |
8 | | - <input md-input placeholder="First name"> |
| 8 | + <input mdInput placeholder="First name"> |
9 | 9 | </md-input-container></td> |
10 | 10 | <td><md-input-container class="example-full-width"> |
11 | | - <input md-input placeholder="Long Last Name That Will Be Truncated"> |
| 11 | + <input mdInput placeholder="Long Last Name That Will Be Truncated"> |
12 | 12 | </md-input-container></td> |
13 | 13 | </tr></table> |
14 | 14 |
|
15 | 15 | <p> |
16 | 16 | <md-input-container class="example-full-width"> |
17 | | - <textarea md-input placeholder="Address">1600 Amphitheatre Pkwy</textarea> |
| 17 | + <textarea mdInput placeholder="Address">1600 Amphitheatre Pkwy</textarea> |
18 | 18 | </md-input-container> |
19 | 19 | <md-input-container class="example-full-width"> |
20 | | - <textarea md-input placeholder="Address 2"></textarea> |
| 20 | + <textarea mdInput placeholder="Address 2"></textarea> |
21 | 21 | </md-input-container> |
22 | 22 | </p> |
23 | 23 |
|
24 | 24 | <table class="example-full-width" cellspacing="0"><tr> |
25 | 25 | <td><md-input-container class="example-full-width"> |
26 | | - <input md-input placeholder="City"> |
| 26 | + <input mdInput placeholder="City"> |
27 | 27 | </md-input-container></td> |
28 | 28 | <td><md-input-container class="example-full-width"> |
29 | | - <input md-input placeholder="State"> |
| 29 | + <input mdInput placeholder="State"> |
30 | 30 | </md-input-container></td> |
31 | 31 | <td><md-input-container class="example-full-width"> |
32 | | - <input md-input #postalCode maxlength="5" placeholder="Postal Code" value="94043"> |
| 32 | + <input mdInput #postalCode maxlength="5" placeholder="Postal Code" value="94043"> |
33 | 33 | <md-hint align="end">{{postalCode.value.length}} / 5</md-hint> |
34 | 34 | </md-input-container></td> |
35 | 35 | </tr></table> |
|
0 commit comments