Skip to content

Commit 91e48dd

Browse files
committed
Reverted: removed broadcast event
1 parent 57f612a commit 91e48dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/uiSelectController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ uis.controller('uiSelectCtrl',
254254
if (ctrl.dropdownPosition === 'auto' || ctrl.dropdownPosition === 'up'){
255255
$scope.calculateDropdownPos();
256256
}
257+
$scope.$broadcast('uis:refresh');
257258
};
258259

259260
// See https://github.com/angular/angular.js/blob/v1.2.15/src/ng/directive/ngRepeat.js#L259

0 commit comments

Comments
 (0)