<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
<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