You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Current behaviour:
1 - Open the browser console.
2 - Execute a test with $httpBackend.matchLatestDefinitionEnabled(true);
An error will be thrown:
Uncaught ReferenceError: isDefined is not defined
at Function.$httpBackend.matchLatestDefinitionEnabled
Expected / new behaviour:
The matchLatestDefinitionEnabled "feature" would work instead of throwing an exception
Minimal reproduction of the problem with instructions:
Simply create a test spec, inject $httpBackend, and execute:
$httpBackend.matchLatestDefinitionEnabled(true);
The documentation also is putting the wrong method name. @name $httpBackend#matchLatestDefinition
instead of: @name $httpBackend#matchLatestDefinitionEnabled