angularjs-dropdown-multiselect icon indicating copy to clipboard operation
angularjs-dropdown-multiselect copied to clipboard

Events does not trigger

Open dashawk opened this issue 8 years ago • 0 comments

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.

dashawk avatar Oct 09 '17 08:10 dashawk