Angular Watching a model and it's filters
I had to update other items on the page including an CSV export as the user made filter changes on the site.
I had to pass the results of ng-repeat into a model and then the filters as seen here
And in my controller I added a watcher to process the new results as needed.
This simple solution I had some trouble grasping.
comments powered by Disqus