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.
null values in ng-model after changing ng-model programmatically on multiselect #739
Closed
Description
version 0.11.1
Demo http://plnkr.co/edit/kLsFtY?p=preview
settings multiselect, complex ui-select-choices objects
Issue
When ng-model is empty and I'm programmatically changing ng-model values, it changes ng-model to null. When ng-model is not empty and I'm changing values programmatically it works fine. That's why when you click on the button on my demo second time (or you choose any value manually using UI), the values are set correctly.
FIX
PR: #740