Expose field label to APIv4 and Search creaor
[civicrm-core.git] / ext / search / ang / search / crmSearchFunction.html
CommitLineData
25523059
CW
1<div class="form-inline">
2 <label>{{ $ctrl.field.title }}:</label>
3 <input class="form-control" style="width: 15em;" ng-model="$ctrl.fn" crm-ui-select="{data: $ctrl.functions, placeholder: ts('Select')}" ng-change="$ctrl.selectFunction()">
4</div>