You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is this statement is giving me a infinite digest cycle. If I take the $ctrl.transformer function out the problem goes away, but I need that function to transform the input.
Please note that $ctrl.transformer is returning an Object like this:
Hello
I'm trying to use the
range
pipe with some controller variables like this:The problem is this statement is giving me a infinite digest cycle. If I take the
$ctrl.transformer
function out the problem goes away, but I need that function to transform the input.Please note that
$ctrl.transformer
is returning an Object like this:Is there something I don't see?
EDIT:
Fiddle to reproduce
https://jsfiddle.net/9coywzgt/5/
The text was updated successfully, but these errors were encountered: