-
Notifications
You must be signed in to change notification settings - Fork 14
Http Backend Missing #25
Comments
Can you provide a code example (git repo or similar), full stack tract of the error and other details (versions of angular, protractor, browser, etc.)? |
I'm seeing a similar problem @kbaltrinic My repo is here: https://github.com/munk/backend-proxy It's running against Firefox 24 ESR, node v6.4.0, protractor 4.0.3, angular 1.5.8. I'm updating firefox to the latest esr to verify I can reproduce it there. edit: confirmed this happens with Firefox 45.3.0 also. The stack trace is as follows:
|
I think I've solved this for my case. angular-mocks.js wasn't available to the browser. In your example, you inject ngMockE2E in app.js. This step might be missed if someone puts together a barebones example, so it could be worthwhile to call out in the readme. |
@munk Thanks for the update. Will consider your recommendation for the next time I am in this code base. |
I'm seeing an error $httpBackend.when is not a function when I try and use this library.
The text was updated successfully, but these errors were encountered: