Skip to content

Instantly share code, notes, and snippets.

@cxtadment
Created August 8, 2015 00:50
Show Gist options
  • Save cxtadment/5e4584344586fbcaab99 to your computer and use it in GitHub Desktop.
Save cxtadment/5e4584344586fbcaab99 to your computer and use it in GitHub Desktop.
app.factory('Home', ['$resource',
function($resource){
return $resource('http://xxx/', {}, {
query: {method:'GET'}
});
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment