We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm dynamically loading the data into the dropdown upon a user opening a dropdown
I use on-open="loadDataIntoDropdown()" and it works great but it throws up the following error into the console:
angular.js:12520 TypeError: Cannot read property 'length' of undefined at Scope.$scope.refreshButton (isteven-multi-select.js:521)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm dynamically loading the data into the dropdown upon a user opening a dropdown
I use on-open="loadDataIntoDropdown()" and it works great but it throws up the following error into the console:
angular.js:12520 TypeError: Cannot read property 'length' of undefined at Scope.$scope.refreshButton (isteven-multi-select.js:521)
The text was updated successfully, but these errors were encountered: