We are developing a protractor jasmine framework for testing the angular part of our application. When we run the script the protractor switches from non-angular to angular without any problem, however the exception is thrown when it switches back to non-angular part of application even after we use the property igonoresynchroniztion
.
This is the Exception:
'root element(html) has no injector.This may mean it is not inside ng-app'.
Any help or suggestions will be appreciated!