Completed a backwards compatible radio button list property editor - re-uses all of the other already created list type editors.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<div>
|
||||
<ul class="unstyled">
|
||||
<li ng-repeat="(key, val) in model.config.items">
|
||||
<label class="radio">
|
||||
<input type="radio" name="checkboxlist"
|
||||
value="{{key}}"
|
||||
ng-model="model.value" />
|
||||
{{val}}
|
||||
</label>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user