i have built application on angular 1.3. code runs fine on windows 7 ie11 facing browser crash whenever run application on windows 8 or windows 10.
a) there no error on console.
b) if keep debugger on(f12 debugger) crash doesnot happen.
c) memory utilization under control. cpu usage doesnot cross 54% @ time.
d) browser crash doesnot happen if application run on windows7.
my queries: a) there known issue ie browser compatibility angular 1.3
b) suspect usage of $location.url() culprit though not able narrow down.
thanks in advance!
Comments
Post a Comment