You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
Using module('templates'); in unit test case throws the below error for below chrome version.
Chrome 60.0.3112 (Windows 7 0.0.0) RangeError: Maximum call stack size exceeded
at Object.invoke (bower_components/angular/angular.js:4718:19)
at bower_components/angular/angular.js:4526:62
at forEach (bower_components/angular/angular.js:321:20)
at Object.createInjector [as injector] (bower_components/angular/angular.js:4526:3)
at Object.WorkFn (bower_components/angular-mocks/angular-mocks.js:3120:52)
Using module('templates'); in unit test case throws the below error for below chrome version.
Chrome 60.0.3112 (Windows 7 0.0.0)
RangeError: Maximum call stack size exceeded
at Object.invoke (bower_components/angular/angular.js:4718:19)
at bower_components/angular/angular.js:4526:62
at forEach (bower_components/angular/angular.js:321:20)
at Object.createInjector [as injector] (bower_components/angular/angular.js:4526:3)
at Object.WorkFn (bower_components/angular-mocks/angular-mocks.js:3120:52)
Same works in Phantom JS browser.