|
68 | 68 | <form ng-submit="formSubmit()">
|
69 | 69 |
|
70 | 70 | <div class="list">
|
| 71 | + |
| 72 | + <label class="item item-input item-stacked-label"> |
| 73 | + <span class="input-label">Email</span> |
| 74 | + <textarea> |
| 75 | + Line 1 |
| 76 | + Line 2 |
| 77 | + Line 3 |
| 78 | + Line 4 |
| 79 | + Line 5 |
| 80 | + </textarea> |
| 81 | + </label> |
| 82 | + |
71 | 83 | <label class="item item-input">
|
72 | 84 | <span class="input-label">Your Name</span>
|
73 | 85 | <input type="text" value="name input" id="name">
|
74 | 86 | </label>
|
| 87 | + |
75 | 88 | <div class="item item-checkbox">
|
76 | 89 | <span class="input-label">Remember me</span>
|
77 | 90 | <label class="checkbox">
|
78 | 91 | <input type="checkbox" id="remember-me">
|
79 | 92 | </label>
|
80 | 93 | </div>
|
81 |
| - </div> |
82 | 94 |
|
83 |
| - <label class="item item-input"> |
84 |
| - <span class="input-label">From 1</span> |
85 |
| - <input type="text" value="from input" id="from1"> |
86 |
| - </label> |
| 95 | + <label class="item item-input"> |
| 96 | + <span class="input-label">From 1</span> |
| 97 | + <input type="text" value="from input" id="from1"> |
| 98 | + </label> |
87 | 99 |
|
88 |
| - <label class="item item-input"> |
89 |
| - <span class="input-label">To 1</span> |
90 |
| - <input type="text" value="to input" id="to1"> |
91 |
| - </label> |
| 100 | + <label class="item item-input"> |
| 101 | + <span class="input-label">To 1</span> |
| 102 | + <input type="text" value="to input" id="to1"> |
| 103 | + </label> |
92 | 104 |
|
93 |
| - <label class="item item-input item-stacked-label"> |
94 |
| - <span class="input-label">Comment 1</span> |
95 |
| - <textarea id="textarea" id="comment1">comment textarea</textarea> |
96 |
| - </label> |
| 105 | + <label class="item item-input item-stacked-label"> |
| 106 | + <span class="input-label">Comment 1</span> |
| 107 | + <textarea id="textarea" id="comment1">comment textarea</textarea> |
| 108 | + </label> |
97 | 109 |
|
98 |
| - <label class="item item-input"> |
99 |
| - <span class="input-label">From 2</span> |
100 |
| - <input type="text" value="" id="from2"> |
101 |
| - </label> |
| 110 | + <label class="item item-input"> |
| 111 | + <span class="input-label">From 2</span> |
| 112 | + <input type="text" value="" id="from2"> |
| 113 | + </label> |
102 | 114 |
|
103 |
| - <label class="item item-input"> |
104 |
| - <span class="input-label">To 2</span> |
105 |
| - <input type="text" value="" id="to2"> |
106 |
| - </label> |
| 115 | + <label class="item item-input"> |
| 116 | + <span class="input-label">To 2</span> |
| 117 | + <input type="text" value="" id="to2"> |
| 118 | + </label> |
107 | 119 |
|
108 |
| - <label class="item item-input item-stacked-label"> |
109 |
| - <span class="input-label">Comment 2</span> |
110 |
| - <textarea id="textarea" id="comment2"></textarea> |
111 |
| - </label> |
| 120 | + <label class="item item-input item-stacked-label"> |
| 121 | + <span class="input-label">Comment 2</span> |
| 122 | + <textarea id="textarea" id="comment2"></textarea> |
| 123 | + </label> |
112 | 124 |
|
113 |
| - <label class="item item-input"> |
114 |
| - <span class="input-label">From 3</span> |
115 |
| - <input type="text" value=""> |
116 |
| - </label> |
| 125 | + <label class="item item-input"> |
| 126 | + <span class="input-label">From 3</span> |
| 127 | + <input type="text" value=""> |
| 128 | + </label> |
117 | 129 |
|
118 |
| - <label class="item item-input"> |
119 |
| - <span class="input-label">To 3</span> |
120 |
| - <input type="text" value=""> |
121 |
| - </label> |
| 130 | + <label class="item item-input"> |
| 131 | + <span class="input-label">To 3</span> |
| 132 | + <input type="text" value=""> |
| 133 | + </label> |
122 | 134 |
|
123 |
| - <label class="item item-input item-stacked-label"> |
124 |
| - <span class="input-label">Comment 3</span> |
125 |
| - <textarea id="textarea"></textarea> |
126 |
| - </label> |
| 135 | + <label class="item item-input item-stacked-label"> |
| 136 | + <span class="input-label">Comment 3</span> |
| 137 | + <textarea id="textarea"></textarea> |
| 138 | + </label> |
127 | 139 |
|
128 |
| - <label class="item item-input"> |
129 |
| - <span class="input-label">From 4</span> |
130 |
| - <input type="text" value=""> |
131 |
| - </label> |
| 140 | + <label class="item item-input"> |
| 141 | + <span class="input-label">From 4</span> |
| 142 | + <input type="text" value=""> |
| 143 | + </label> |
132 | 144 |
|
133 |
| - <label class="item item-input"> |
134 |
| - <span class="input-label">To 4</span> |
135 |
| - <input type="text" value=""> |
136 |
| - </label> |
| 145 | + <label class="item item-input"> |
| 146 | + <span class="input-label">To 4</span> |
| 147 | + <input type="text" value=""> |
| 148 | + </label> |
137 | 149 |
|
138 |
| - <label class="item item-input item-stacked-label"> |
139 |
| - <span class="input-label">Comment 4</span> |
140 |
| - <textarea id="textarea"></textarea> |
141 |
| - </label> |
| 150 | + <label class="item item-input item-stacked-label"> |
| 151 | + <span class="input-label">Comment 4</span> |
| 152 | + <textarea id="textarea"></textarea> |
| 153 | + </label> |
142 | 154 |
|
143 |
| - <label class="item item-input"> |
144 |
| - <span class="input-label">From 5</span> |
145 |
| - <input type="text" value=""> |
146 |
| - </label> |
| 155 | + <label class="item item-input"> |
| 156 | + <span class="input-label">From 5</span> |
| 157 | + <input type="text" value=""> |
| 158 | + </label> |
147 | 159 |
|
148 |
| - <label class="item item-input"> |
149 |
| - <span class="input-label">To 5</span> |
150 |
| - <input type="text" value=""> |
151 |
| - </label> |
| 160 | + <label class="item item-input"> |
| 161 | + <span class="input-label">To 5</span> |
| 162 | + <input type="text" value=""> |
| 163 | + </label> |
152 | 164 |
|
153 |
| - <label class="item item-input item-stacked-label"> |
154 |
| - <span class="input-label">Comment 5</span> |
155 |
| - <textarea id="textarea"></textarea> |
156 |
| - </label> |
| 165 | + <label class="item item-input item-stacked-label"> |
| 166 | + <span class="input-label">Comment 5</span> |
| 167 | + <textarea id="textarea"></textarea> |
| 168 | + </label> |
157 | 169 |
|
158 |
| - <button type="button" class="button button-block button-energized" ng-click="openModal()"> |
159 |
| - Open Modal |
160 |
| - </button> |
| 170 | + <button type="button" class="button button-block button-energized" ng-click="openModal()"> |
| 171 | + Open Modal |
| 172 | + </button> |
161 | 173 |
|
162 |
| - <button type="submit" class="button button-block button-calm"> |
163 |
| - Submit! |
164 |
| - </button> |
| 174 | + <button type="submit" class="button button-block button-calm"> |
| 175 | + Submit! |
| 176 | + </button> |
| 177 | + </div> |
165 | 178 |
|
166 | 179 | </form>
|
167 | 180 |
|
|
0 commit comments