Skip to content

Commit

Permalink
Update angular select code
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw authored Jun 10, 2022
1 parent 8f478b0 commit e72ebfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ang/partials/ruleEditCtrl.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ <h1 crm-page-title>{{(rule.id ? ts('Edit Map Pin Rule: ' + rule.id) : ts('Add Ma
<td>
<select
multiple
ui-jq="select2"
ui-options="{dropdownAutoWidth : true}"
crm-ui-select="{dropdownAutoWidth : true}"
required
id="uf_group_id"
ng-model="rule.uf_group_id"
Expand All @@ -69,4 +68,4 @@ <h1 crm-page-title>{{(rule.id ? ts('Edit Map Pin Rule: ' + rule.id) : ts('Add Ma
</table>
<button crm-icon="fa-check" ng-click="save();">Save</button>
<button crm-icon="fa-times" ng-click="cancel();">Cancel</button>
</div>
</div>

0 comments on commit e72ebfb

Please sign in to comment.