mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-02 15:17:44 -04:00
threw out slate, mustache and zepto. replaced with minified.js
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
<label class="item">
|
||||
<span class="label">{{{label}}}</span>
|
||||
<select data-manipulator-target class="item-select">
|
||||
{{each options}}
|
||||
<option value="{{value}}" class="item-select-option">{{{label}}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
</label>
|
||||
Reference in New Issue
Block a user