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
<words-bar-chart data="words_queried | limitTo: 10"></words-bar-chart>
is not possible because it changes the data bi-directionally which results in this error:
Error: 10 $digest() iterations reached. Aborting!
This can be fixed in the controller by checking length and popping off values
The text was updated successfully, but these errors were encountered:
<words-bar-chart data="words_queried | limitTo: 10"></words-bar-chart>
is not possible because it changes the data bi-directionally which results in this error:
Error: 10 $digest() iterations reached. Aborting!
This can be fixed in the controller by checking length and popping off values
The text was updated successfully, but these errors were encountered: