urish / angular-load

Dynamically load scripts and css stylesheets in your Angular.JS app
MIT License
243 stars 65 forks source link

Added support for IE8 #4

Closed zlalanne closed 9 years ago

zlalanne commented 9 years ago

IE8 does not fire the onload event once the script is loaded. Instead you need to assign it to onreadystatechange as well. This follows the jquery implementation for $.getScript().

urish commented 9 years ago

Thanks!

urish commented 9 years ago

Released as 0.2.0