Skip to content

Instantly share code, notes, and snippets.

@Johan-ZeLearner
Created May 4, 2015 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Johan-ZeLearner/39ccfdde73bb9a353787 to your computer and use it in GitHub Desktop.
Save Johan-ZeLearner/39ccfdde73bb9a353787 to your computer and use it in GitHub Desktop.
(function () {
angular.module('erpedia-customer-profile')
.factory('CustomerProfile', ['$resource', function ($resource) {
return $resource('/CustomerProfile/api/?key=:id&params=:params');
}]);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment