Wednesday 11 January 2017

filter in angularjs

$scope.myEmployeeList= $filter('filter')($scope.myEmployeeList, { isActive: true });

It will return only all the active employees

No comments:

Post a Comment