This repository was archived by the owner on Dec 16, 2019. It is now read-only.

Description
TypeError: undefined is not a function
at Scope.$scope.isChecked (http://0.0.0.0:9000/bower_components/angularjs-dropdown-multiselect/src/angularjs-dropdown-multiselect.js:289:14)
...
TypeError: undefined is not a function
at Scope.$scope.setSelectedItem (http://0.0.0.0:9000/bower_components/angularjs-dropdown-multiselect/src/angularjs-dropdown-multiselect.js:272:20)
...
I was able to fix the problem after including Lodash in my index.html, but you may want to mention in the guide to import Lodash along with angularjs-dropdown-multiselect in the future.