I am using the Angular chosen-select
, and I customized it to enable dynamic loading, ie. loading data from server.
When I deselect a value, it removes it from selected items, but it does not update the ng-model
. But this works fine in IE, but I can see the problem in chrome and Mozilla. I am guessing that it would be something to do with the change event.