Skip to content

Commit dc34ce0

Browse files
committed
Merge pull request angular-ui#55 from chelsea/master
Include uiSelectMinErr in uiSelect directive
2 parents 3e9cea5 + ca1f19f commit dc34ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/select.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ angular.module('ui.select', [])
280280
}])
281281

282282
.directive('uiSelect',
283-
['$document', 'uiSelectConfig',
284-
function($document, uiSelectConfig) {
283+
['$document', 'uiSelectConfig', 'uiSelectMinErr',
284+
function($document, uiSelectConfig, uiSelectMinErr) {
285285

286286
return {
287287
restrict: 'EA',

0 commit comments

Comments
 (0)