I\'m new on protractor, and I\'m trying to implement an e2e test.
I don\'t know if this is the right way to do this, but...
The page that I want to test is not a full angula
Have you tried putting the ng-app in the tag (assuming this part of code is under your control)? This solved a lot of initialization timing problems for me.