amitava82 / angular-multiselect

[NOT MAINTAINED]Native AngularJS multiselect directive
http://amitava82.github.io/angular-multiselect
MIT License
140 stars 124 forks source link

Initial rendering triggers the function passed to 'changes'. #90

Open BramDecuypere opened 8 years ago

BramDecuypere commented 8 years ago

When the component is rendered by the view/in a digest cycle of angular, it triggers the function linked to changes. I don't believe this is a desired result of the digest cycle. In our case we were sending requests to the backend because of it. Would it be possible to fix this issue? Despite of this minor problem, our team really likes to work with this component.

Have a great day!

amitava82 commented 8 years ago

Can you please give me a plunkr repo case?