Skip to content

Instantly share code, notes, and snippets.

@ronapelbaum
Last active August 7, 2016 17:26
Show Gist options
  • Save ronapelbaum/8f03be3b051bdfb9eaa71d4d681afd48 to your computer and use it in GitHub Desktop.
Save ronapelbaum/8f03be3b051bdfb9eaa71d4d681afd48 to your computer and use it in GitHub Desktop.
improve your angular 1.x code style (1)
angular.module('app').service('MyService', ['OtherService', function(OtherService){
this.foo = function(){
OtherService.goo();
}
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment