filtering problems
Filtering is fairly broken for me right now. If I type text in the filter field, a highlighting event may occur, but non-matching items don't get filtered out. I am getting errors logged in the console, though:
"Error: [ngRepeat:dupes] http://errors.angularjs.org/1.2.10/ngRepeat/dupes?p0=bug%20in%20filtered_bugs%20%3D%20(bugs%20%7C%20filter%3AisFilteredProduct%20%7C%20filter%3AisFilteredStatus%20%7C%20filter%3AfilterBySearch)%20%7C%20orderBy%3A'last_change_time'%3Atrue%20%7C%20limitTo%3Alist_limit%20%20track%20by%20bug.id&p1=986699
F/<@http://buggy.peterbe.com/_cache/vendor-8254f6b.min.js:7
we</<.link/<@http://buggy.peterbe.com/_cache/vendor-8254f6b.min.js:185
Bd/this.$get</h.prototype.$watchCollection/<@http://buggy.peterbe.com/_cache/vendor-8254f6b.min.js:100
Bd/this.$get</h.prototype.$digest@http://buggy.peterbe.com/_cache/vendor-8254f6b.min.js:101
Bd/this.$get</h.prototype.$apply@http://buggy.peterbe.com/_cache/vendor-8254f6b.min.js:104
Oc[c]</<.compile/</<@http://buggy.peterbe.com/_cache/vendor-8254f6b.min.js:180
Zc/c/<@http://buggy.peterbe.com/_cache/vendor-8254f6b.min.js:28
q@http://buggy.peterbe.com/_cache/vendor-8254f6b.min.js:8
Zc/c@http://buggy.peterbe.com/_cache/vendor-8254f6b.min.js:28
It's a damn race condition :( I've not been able to figure out when or how that can happen. Refresh the page and it'll go away I think.
I can help look into it; I have zero angular experience though, so if you could briefly describe what you think might be racing or point me at a good tutorial/docs page that documents the moving pieces that you expect are fighting each other, I can probably be more effective in my journey of discovery.