atecarlos / protractor-http-mock

A library designed to work alongside Protractor for setting up mocks for your HTTP ajax requests.
MIT License
173 stars 70 forks source link

ptor.addMockModule with manual bootstraping #65

Closed americoneto1 closed 8 years ago

americoneto1 commented 8 years ago

@atecarlos this script works with manual boostrap (without ng-app), such as RequireJS for example?

It´s seems the same problem related to this issue: https://github.com/angular/protractor/issues/1090