This is a common problem:
5 $digest() iterations reached. Aborting!
Watchers fired in the last 5 iterations: []
The docume
For me the error was happening in a method changing the url:
self.setURL = function(item) {
var mainUrl = window.location.origin + '#/' + self.baseUrl;
if (item) {
mainUrl += item.testId;
}
$location.$$absUrl = mainUrl;
};
this was causing the $rootScope:infdig
error
So when debugging this check whatever is changing your ur, location, hrefs in your current controller/directive