Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f179a63

Browse files
fredsabtford
authored andcommitted
docs(ngMock.$httpBackend): fix variable declaration
1 parent 3a71c1e commit f179a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ angular.mock.dump = function(object) {
744744
}
745745
746746
// testing controller
747-
var $http;
747+
var $httpBackend;
748748
749749
beforeEach(inject(function($injector) {
750750
$httpBackend = $injector.get('$httpBackend');

0 commit comments

Comments
 (0)