mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(ngMock): correct verifyNoOutstandingExpectation example
This commit is contained in:
parent
403008816c
commit
8a63dc3151
1 changed files with 1 additions and 1 deletions
2
src/ngMock/angular-mocks.js
vendored
2
src/ngMock/angular-mocks.js
vendored
|
|
@ -1245,7 +1245,7 @@ function createHttpBackendMock($delegate, $browser) {
|
|||
* "afterEach" clause.
|
||||
*
|
||||
* <pre>
|
||||
* afterEach($httpBackend.verifyExpectations);
|
||||
* afterEach($httpBackend.verifyNoOutstandingExpectation);
|
||||
* </pre>
|
||||
*/
|
||||
$httpBackend.verifyNoOutstandingExpectation = function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue