Skip to content

Instantly share code, notes, and snippets.

@codenamejason
Last active December 12, 2016 16:49
Show Gist options
  • Save codenamejason/041b226208cf4c92e99c4bd9f803da4f to your computer and use it in GitHub Desktop.
Save codenamejason/041b226208cf4c92e99c4bd9f803da4f to your computer and use it in GitHub Desktop.
function service(name, constructor) {
return factory(name, ['$injector', function($injector) {
return $injector.instansiate(constructor);
}]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment