Kamil Duda
Kamil Duda
I've been wondering, `keyDownToggleSearch()` method inside [`dropdownMultiselectController`](https://github.com/dotansimha/angularjs-dropdown-multiselect/blob/develop/src/app/component/angularjs-dropdown-multiselect.controller.js) performs a check: `if (event.keyCode === 13)`; therefore, shouldn't `keyDownToggleSearch()` have an `event` as an argument? Similarly to `keyDownSearchDefault(event)` ? Made a [pull...
Method was missing an `event` parameter. [Issue #413](https://github.com/dotansimha/angularjs-dropdown-multiselect/issues/413)
We use bazel-remote with Azure Blob Storage as a backend and currently have some cache stored in a Storage Container use by bazel-remote. After restarting bazel-remote service it seems not...