Skip to content

Commit 033c91f

Browse files
author
Ben TORFS
committed
Bugfix for async data
1 parent 271f770 commit 033c91f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/multiselect.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
$scope.searchFilter = '';
3838

39+
$scope.resolvedOptions = [];
3940
if (typeof $scope.options !== 'function') {
4041
$scope.resolvedOptions = $scope.options;
4142
}

0 commit comments

Comments
 (0)