Skip to content

Instantly share code, notes, and snippets.

@ryananthonydrake
Created October 14, 2015 09:09
Show Gist options
  • Save ryananthonydrake/a5f42f114ab3cbf5ca3d to your computer and use it in GitHub Desktop.
Save ryananthonydrake/a5f42f114ab3cbf5ca3d to your computer and use it in GitHub Desktop.
Factory Recipe
angular.module("<ModuleName>").factory("<ServiceName>", function <ServiceName>Factory() {
return { <object containing shared functions> }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment