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

Commit b1ffdb4

Browse files
committed
Remove unused parameter
1 parent 2eb0de3 commit b1ffdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ angular.module('ui.select', [])
326326

327327
scope.$watch('$select.search', function() {
328328
$select.activeIndex = 0;
329-
$select.populateItems(attrs.repeat);
329+
$select.populateItems();
330330
});
331331
};
332332
}

0 commit comments

Comments
 (0)