mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-26 18:43:07 +08:00
With the minimum search length set to 3, it was not possible to search for `$q`. Changing this to 2 fixes that without really upsetting the search display, since we only display the first 40 API and 14 non-API items anyway. Closes #3078