remove the incomplete radiogroup

This commit is contained in:
Keegan
2016-02-02 21:06:28 -08:00
parent a4060e62f7
commit 66f2b05129
4 changed files with 0 additions and 46 deletions
-16
View File
@@ -1,16 +0,0 @@
<div class="">
<span class="label">{{{label}}}</span>
<div data-manipulator-target>
{{each options}}
<label class="item">
<span class="label">{{{this.label}}}</span>
<input
type="radio"
class="item-radio"
name="{{this.index}}"
value="{{this.value}}"
/>
</label>
{{/each}}
</div>
</div>