Skip to content

Instantly share code, notes, and snippets.

@dmarr
Created April 20, 2013 06:00
Show Gist options
  • Save dmarr/5424941 to your computer and use it in GitHub Desktop.
Save dmarr/5424941 to your computer and use it in GitHub Desktop.
.factory('Article', function (Restangular) {
var articles = Restangular.all('articles');
return {
get: articles.get,
stream: articles.getList
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment