This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
nBlur causes "$digest already in progress" when ngRepeat causes the blur event #5401
Closed
Description
When a focused input element that has an ng-blur directive is disconnected from the DOM by the ng-repeat directive, a "$digest already in progress" error is thrown.
See this JSFiddle for a repro: http://jsfiddle.net/Cq7NJ/5/