Our development site had recently updated to Angular 4.X. As ng-app no longer exists in Angular, it has been removed in angularJS.
Due to this change, there is no more data-ng-app directive in the code base .
Before upgrade The tests are working fine with this code, where ng-App is present
After upgrade Throws error 'Cannot read property $$testability of undefined' as ng-App is not present
From other similar SO posts, a specific rootElement has to be provided in conf file; however, could someone please me know how to deal this situation (as ng-App is NOT available)