Skip to content

Instantly share code, notes, and snippets.

@martinkuba
Created July 25, 2015 21:20
Show Gist options
  • Select an option

  • Save martinkuba/c07725a0aa01752232cf to your computer and use it in GitHub Desktop.

Select an option

Save martinkuba/c07725a0aa01752232cf to your computer and use it in GitHub Desktop.
Angular mocking
beforeEach(module(function($provide) {
$provide.factory('$httpBackend', function(){
return angular.injector(['ng']).get('$httpBackend');
})
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment