Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

uis-open-close not working for version 0.19.8 #2180

Open
ankurraiyani opened this issue Jul 24, 2019 · 0 comments
Open

uis-open-close not working for version 0.19.8 #2180

ankurraiyani opened this issue Jul 24, 2019 · 0 comments

Comments

@ankurraiyani
Copy link

ankurraiyani commented Jul 24, 2019

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

@ankurraiyani ankurraiyani changed the title uis-open-close not working for version 0.19.3 uis-open-close not working for version 0.19.8 Jul 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant