joaoneto / angular-bootstrap-select

DEPRECATED DON'T USE - Directive to wrap bootstrap-select
105 stars 81 forks source link

Fix $http AJAX request timing issue #34

Open ghiscoding opened 9 years ago

ghiscoding commented 9 years ago

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

dylaninvodo commented 9 years ago

Any update on getting this pull request merged? Our project is going to require this functionality.

ghiscoding commented 9 years ago

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.

i4004 commented 9 years ago

I faced the same issue, thanks for fix! I hope admins will approve this!

mariusstaicu commented 9 years ago

It seems there are tests failing.

ghiscoding commented 9 years ago

it's most probably failing because of his original tests that are incorrect, but it seems that this code is not maintained anymore unfortunately.