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

Commit 9593cc5

Browse files
committed
style(uiSelectController): remove comment
1 parent 3b36b0a commit 9593cc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/uiSelectController.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ uis.controller('uiSelectCtrl',
6666
};
6767

6868
ctrl.getPlaceholder = function(){
69-
//Refactor single?
7069
if(ctrl.selected && ctrl.selected.length) return;
7170
return ctrl.placeholder;
7271
};

0 commit comments

Comments
 (0)