Skip to content

Instantly share code, notes, and snippets.

@jhiemer
Created June 24, 2013 14:27
Show Gist options
  • Save jhiemer/5850440 to your computer and use it in GitHub Desktop.
Save jhiemer/5850440 to your computer and use it in GitHub Desktop.
Restangular.one('project/search/findByCustomer', '').get({ id : customerId, limit : 8 }).then(function (data) {
$scope.projects = data.content;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment