Skip to content
New issue

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

How to prevent .length == 'undefined' error when populating dropdown via on-open #569

Open
sterichards opened this issue Feb 11, 2019 · 0 comments

Comments

@sterichards
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant