Skip to content

Instantly share code, notes, and snippets.

@gnschenker
Created February 27, 2014 04:40
Show Gist options
  • Save gnschenker/9244513 to your computer and use it in GitHub Desktop.
Save gnschenker/9244513 to your computer and use it in GitHub Desktop.
resolve service
var service;
beforeEach(inject(function($injector){
service = $injector.get('circle-service');
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment