mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-26 04:55:35 +08:00
test($http): fix typo in spec name
'applyAapply' -> 'applyAsync'. Closes #9323
This commit is contained in:
committed by
Caitlin Potter
parent
b119251827
commit
eb935e6be0
@@ -1528,7 +1528,7 @@ describe('$http', function() {
|
||||
});
|
||||
|
||||
|
||||
describe('$http with $applyAapply', function() {
|
||||
describe('$http with $applyAsync', function() {
|
||||
var $http, $httpBackend, $rootScope, $browser, log;
|
||||
beforeEach(module(function($httpProvider) {
|
||||
$httpProvider.useApplyAsync(true);
|
||||
|
||||
Reference in New Issue
Block a user