Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

options update not working #37

Open
rvandecaveye opened this issue Apr 19, 2017 · 1 comment
Open

options update not working #37

rvandecaveye opened this issue Apr 19, 2017 · 1 comment

Comments

@rvandecaveye
Copy link

rvandecaveye commented Apr 19, 2017

Hi,
I'm new to directives, so maybe I have made some mistakes..

I'm using your directive like this :
<multiselect id="inputBus" ng-model="selection" options="bus" show-select-all="true" show-unselect-all="true" show-search="true" search-limit="3"> </multiselect>

--> For some reasons I'm updating my $scope.bus, but the directive is not watching it. And it's not updating the options of the multiset.
Do you have any workaround to make it working ?

--> I'm trying to get into my main ctrl the value of the $scope.selection, in my html I can see the values with {{selection}}, but in the ctrl of the html I've a $scope.selection undefined or empty if i'm declaring it. What am I doing wrong ?

Thanks by advance.
Regards,
Romain.

@ArturoLR
Copy link

Maybe this can help you:
#18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants