mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(ngMock.$httpBackend): fix variable declaration
This commit is contained in:
parent
69e4d40a76
commit
dddb1221fa
1 changed files with 1 additions and 1 deletions
2
src/ngMock/angular-mocks.js
vendored
2
src/ngMock/angular-mocks.js
vendored
|
|
@ -744,7 +744,7 @@ angular.mock.dump = function(object) {
|
|||
}
|
||||
|
||||
// testing controller
|
||||
var $http;
|
||||
var $httpBackend;
|
||||
|
||||
beforeEach(inject(function($injector) {
|
||||
$httpBackend = $injector.get('$httpBackend');
|
||||
|
|
|
|||
Loading…
Reference in a new issue