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

Commit 2e46083

Browse files
committed
Merge branch 'Fix-1.7.0'
2 parents b296469 + e4c078a commit 2e46083

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/angularjs-dropdown-multiselect.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ directiveModule.directive('ngDropdownMultiselect', ['$filter', '$document', '$co
9595
onSelectAll: angular.noop,
9696
onDeselectAll: angular.noop,
9797
onInitDone: angular.noop,
98-
onMaxSelectionReached: angular.noop
98+
onMaxSelectionReached: angular.noop,
99+
onSelectionChanged: angular.noop
99100
};
100101

101102
$scope.settings = {

0 commit comments

Comments
 (0)