This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Error message when using ng-focus and typeahead at the same time #1773
Closed
Description
If user has a ng-focus directive and tries to select something by mouse from typeahead popup the following error occurs:
[$rootScope:inprog] $apply already in progress
The origin of the error seems to be element[0].focus(); (commit 04a21e3 line 161)