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

Commit 6dfc5d0

Browse files
committed
fix(dropdown): prevent unnecesary digest when closing dropdown
1 parent d73f179 commit 6dfc5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
ctrl.open = false;
251251
$timeout(function(){
252252
ctrl.focusser[0].focus();
253-
});
253+
},0,false);
254254
}
255255
};
256256

0 commit comments

Comments
 (0)