Merge pull request #18479 from eileenmcnaughton/just_pay
[civicrm-core.git] / ext / search / ang / search / crmSearchFunction.html
CommitLineData
25523059 1<div class="form-inline">
4fea3bfd 2 <label>{{ $ctrl.field.label }}:</label>
25523059
CW
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>