angularjs-dropdown-multiselect
angularjs-dropdown-multiselect copied to clipboard
Events does not trigger
All events does not trigger.
I have inspected the code and added a timeout when extending externalEvents like this.
$timeout(function () {
angular.extend($scope.settings, $scope.extraSettings || []);
angular.extend($scope.externalEvents, $scope.events || []);
angular.extend($scope.texts, $scope.translationTexts);
});
Use Case:
- I have a series of tasks to complete before creating the events.
- My events are dependent on the tasks above.
Please anyone do a PR on this. I can't PR this myself since I am having problems with my firewall.