Rename afform_gui -> afform_admin
[civicrm-core.git] / ext / afform / admin / ang / afGuiEditor / inputType / Radio.html
CommitLineData
b4def6e9
CW
1<div class="form-inline">
2 <label ng-repeat="opt in getOptions()" class="radio" >
3 <input class="crm-form-radio" type="radio" disabled />
4 {{ opt.label }}
5 </label>
6</div>