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

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

@ankurraiyani

Description

@ankurraiyani

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions