I have a angularjs controller named 'FilterController' in my application . It's the controller that the user use to filter some data. When the user click on Search, I call a Mvc method that return an object with the data. This work well, but the problem is to show the data that i retriveI have a angularjs controller named 'FilterCont