### Bug description: We want to use `uis-open-close` directive but it's not working as expected. Below is the code snippets, ``` <ui-select my-ui-select ng-model="selected.value2"> <ui-select-match> <span ng-bind="$select.selected.name"></span> </ui-select-match> <ui-select-choices repeat="item in myModalCtrl.itemArray"> <span ng-bind="item.name"></span> </ui-select-choices> <uis-open-close uis-open-close="openClose(isOpen)"/> </ui-select> ``` ### Link to minimally-working plunker that reproduces the issue: http://jsfiddle.net/xr3mcazw/2/ ### Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS Angular: 1.4.3 UI-Select: 0.19.8 Bootstrap/Select2/Selectize CSS (if applicable): 3.1.1 Please guide
Bug description:
We want to use
uis-open-closedirective but it's not working as expected.Below is the code snippets,
Link to minimally-working plunker that reproduces the issue:
http://jsfiddle.net/xr3mcazw/2/
Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS
Angular: 1.4.3
UI-Select: 0.19.8
Bootstrap/Select2/Selectize CSS (if applicable): 3.1.1
Please guide