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

Commit 1041786

Browse files
committed
Remove unused method
1 parent 10ec09b commit 1041786

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/uiSelectController.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ uis.controller('uiSelectCtrl',
198198
}
199199
};
200200

201-
ctrl.setActiveItem = function(item) {
202-
ctrl.activeIndex = ctrl.items.indexOf(item);
203-
};
204-
205201
ctrl.isActive = function(itemScope) {
206202
if ( !ctrl.open ) {
207203
return false;

0 commit comments

Comments
 (0)