Hello, i'm having same trooble with server-side filtering, because when js-custom-select waits for a promise response, in angularjs, it return an object where we need the data array to be used as the source.
I have made a small fix, but you can make a better solution, and make avaible with bower
LINE: 304 (inside getMatches function)if (angular.isObject(matches) && matches.status === 200) { matches = matches.data; }
Hello, i'm having same trooble with server-side filtering, because when js-custom-select waits for a promise response, in angularjs, it return an object where we need the data array to be used as the source.
I have made a small fix, but you can make a better solution, and make avaible with bower LINE: 304 (inside getMatches function)
if (angular.isObject(matches) && matches.status === 200) { matches = matches.data; }
I'm doing samething wrong? Thanks