Showing posts with label orderby filter in controller. Show all posts
Showing posts with label orderby filter in controller. Show all posts

Friday, 14 November 2014

Order by filter in js controller

Below code will sort the list listLeaves in the descending order of date field .

$scope.listLeaves = $filter('orderBy')($scope.listLeaves, "-date")