Skip to content

Instantly share code, notes, and snippets.

@YonasBerhe
Created December 26, 2015 05:35
Show Gist options
  • Save YonasBerhe/0ac90eefffddceec32bc to your computer and use it in GitHub Desktop.
Save YonasBerhe/0ac90eefffddceec32bc to your computer and use it in GitHub Desktop.
angular.module('starter.services', ['ngResource'])
.factory('Session', function ($resource) {
return $resource('http://localhost:5000/sessions/sessionId');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment