Being an avid user of Angular, it pains me to even bring up the topic of IE8, a browser that many consider to be pure evil and deserving of extinction.
Despite my reservations, I am experiencing difficulties with loading Angular 1.3 in IE8. The page breaks before fully loading and displays an error message: Object Expected
related to an if condition utilizing the isArray() function. Strangely enough, this function works fine in Angular 1.2, adding to the confusion.
To provide some context, my company has recently decided to stop supporting IE8 for new projects. However, we still need our new UI to function on IE8 for the initial landing page so users can access our older software. My hope was to implement Angular 1.3 and make minor adjustments for IE8 compatibility until it is no longer required.
With all that said, my main query is whether it's feasible to use Angular 1.3 with IE8 or if sticking to version 1.2 is the only option until IE8 support is completely phased out.