angular-bootstrap-select
angular-bootstrap-select copied to clipboard
Fix $http AJAX request timing issue
Making an $http (AJAX) request is giving timing issues, the bootstrap-select does not get refresh properly (or too early) and end up like an empty list because of timing issues. See the Issue #33 : https://github.com/joaoneto/angular-bootstrap-select/issues/33 Also the StackOverflow question and answer : http://stackoverflow.com/questions/28336106/angular-bootstrap-select-timing-issue-to-refresh/28376105#28376105
Any update on getting this pull request merged? Our project is going to require this functionality.
I seriously have no clue why the admin does not look at this nice addition, but if you can't wait, it's simply 3 lines of code to add... I use it without problems since I fixed it.
I faced the same issue, thanks for fix! I hope admins will approve this!
It seems there are tests failing.
it's most probably failing because of his original tests that are incorrect, but it seems that this code is not maintained anymore unfortunately.