LuccaSA / lucca-ui

Framework Sass & Angular by Lucca
http://luccasa.github.io/lucca-ui
MIT License
13 stars 1 forks source link

User.picker.multiple.fix #480

Closed pierop closed 7 years ago

pierop commented 7 years ago

ng-model not synced for luid-user-picker-multiple: image

Since ui-select doesn't have its own ng-model (it's inherited from luid-user-picker directive), we don't need to call setViewValue(), it's automatically bound. Same thing with ngModelCtrl.$render: it was never called.