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

Commit 876e984

Browse files
committed
docs(ngMocks): fix type for $flushPendingTasks/$verifyPendingsTasks
Closes #16638
1 parent 5cb9465 commit 876e984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngMock/angular-mocks.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ angular.mock.$Browser.prototype = {
240240
};
241241

242242
/**
243-
* @ngdoc function
243+
* @ngdoc service
244244
* @name $flushPendingTasks
245245
*
246246
* @description
@@ -279,7 +279,7 @@ angular.mock.$FlushPendingTasksProvider = function() {
279279
};
280280

281281
/**
282-
* @ngdoc function
282+
* @ngdoc service
283283
* @name $verifyNoPendingTasks
284284
*
285285
* @description

0 commit comments

Comments
 (0)