docs(ngMock.$httpBackend): fix variable declaration
This commit is contained in:
Vendored
+1
-1
@@ -744,7 +744,7 @@ angular.mock.dump = function(object) {
|
||||
}
|
||||
|
||||
// testing controller
|
||||
var $http;
|
||||
var $httpBackend;
|
||||
|
||||
beforeEach(inject(function($injector) {
|
||||
$httpBackend = $injector.get('$httpBackend');
|
||||
|
||||
Reference in New Issue
Block a user