Skip to content

Instantly share code, notes, and snippets.

@gnschenker
Created February 27, 2014 04:33
Show Gist options
  • Save gnschenker/9244459 to your computer and use it in GitHub Desktop.
Save gnschenker/9244459 to your computer and use it in GitHub Desktop.
Service with dependencies
app.controller('some-controller', ['$scope', 'some-service'], function(scope, service){
// code…
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment