Results 73 comments of Bob

It should update your selected labels but depends on how you use this directive. This directive clones your custom content beneath into the drop-down button. and try to compile the...

maybe angular 1.x cannot execute functions in evaluate brackets twice? when in oneway binding, it means it can only observe an expression value changes... An advice is to simplify your...

If you use a native `select` component, it won't allow you unselect in single selection mode. So is this project. Only multiple selection mode can unselect and what you need...

Sorry, This feature is not in a high priority. But I promise it will be released in 2.1.x.(next release will be 2.1.0)

Well, This makes sense when designing this project. As a reference, I picked system native select component which will always select an option. so I make this. Maybe today there...

Hmm, This makes sense if changes can be configured. That will maintain compatibility with some old project depending on this project. And, if possible, add a test spec for this...

No, there're no future plan for this project. In the early time, purpose of the project is implements similar features of bootstrap-select. But then it developed its own features and...

Sorry, no support for bs4. and no new feature will be added If you're using a future bootstrap version. I suggest you to use angular2+bootstrap4. which has a lot more...

No built-in reset (unselect) in single select mode. You have to reset your model to undefined or null.

Maybe some directive like ng-if or ng-repeat creates a child scope which overrides your name. It's suggested to use controllerAs instead of directly manipulate $scope.