Here is an example code:
Controller:
$scope.filterText = {status: 'Todos', tipo: 'Todos'};
$scope.params = {page: 1, total: 10, orderBy: 'id', sort: 'desc', search: {status: '',tipo: ''}};
$scope.filterStatus = function(status, text) {...
asked by
11.01.2017 / 14:14