Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2d0783

Browse files
committed
docs(ngMocks): fix type for $flushPendingTasks/$verifyPendingsTasks
Closes angular#16638
1 parent 6706353 commit c2d0783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngMock/angular-mocks.js

Lines changed: 2 additions & 2 deletions
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)