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.
multi-select: Initializing selected items #294
Open
Description
Trying to load pre-selected items in the multi-select model is a bit buggy. After some experimenting I determined cases which would or would not work in loading them in this plunkr
It seems for some reason you can't directly push to the ng-model array, but you can set it to an array that accesses the items of your multi-select.
Though, I'm not sure if this behavior is intended