filters = { company_id_eq: 1 } params = { page: self.page, filters: JSON.stringify(filters) } Factory.post({}, params).$promise.then ...