Skip to content

Instantly share code, notes, and snippets.

@AFelipeTrujillo
Created February 24, 2016 01:14
Show Gist options
  • Save AFelipeTrujillo/de16365c06c8c983940d to your computer and use it in GitHub Desktop.
Save AFelipeTrujillo/de16365c06c8c983940d to your computer and use it in GitHub Desktop.
app.service('Calc',function(MathFactory){
this.square = function(a){
return MathFactory.multiply(a,a);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment