Angular JS "SCRIPT5007: Object expected" error in IE9 and IE10 upon loading the angular library Angular JS "SCRIPT5007: Object expected" error in IE9 and IE10 upon loading the angular library angularjs angularjs

Angular JS "SCRIPT5007: Object expected" error in IE9 and IE10 upon loading the angular library


I had the same error which only occurred in IE9 and IE10 when I was loading a page requiring AngularJS.

My page was simply missing the DOCTYPE header from the top of the page:

<!DOCTYPE html>

Once I added it AngularJS loaded just fine for me.