I have a filter that filters with some criteria through a ng-repeat list.
How could I watch the RESULTING array that is made by the filtering service for changes INSIDE the controller?
The full Question and description is here Angular factory filter - Can't get data passed to the filter in the first answer.