threw out slate, mustache and zepto. replaced with minified.js

This commit is contained in:
Keegan
2016-01-08 18:54:57 -08:00
parent 58a1a3f498
commit 08bff3ac4b
125 changed files with 10464 additions and 260 deletions
+8
View File
@@ -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>