Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mdAutocomplete): Fix scope watch bug.
Commit 8849213 introduced a scope watching bug cauinsg the autocomplete to no longer update it's list of items as you scrolled (since it re-uses DOM elements). Fix by swapping nextTick to be inside the watch statement. Fixes angular#4713. Closes angular#4715.
- Loading branch information