Skip to content

Instantly share code, notes, and snippets.

@lukaszewczak
Created August 28, 2014 22:09
Show Gist options
  • Save lukaszewczak/0ea3a809e47101df0e2e to your computer and use it in GitHub Desktop.
Save lukaszewczak/0ea3a809e47101df0e2e to your computer and use it in GitHub Desktop.
function SomeService () {
this.someMethod = function () {
};
}
angular
.module('app')
.service('SomeService', SomeService);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment