urish / angular-load

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

Incompatible with Angular 1.6.0 #38

Closed jeraldrich closed 7 years ago

jeraldrich commented 7 years ago

When updating angular to 1.6.0, angular-load does not have a compatible version.

Here is the angular 1.6.0 changelog: https://github.com/angular/angular.js/blob/master/CHANGELOG.md

irfanka commented 7 years ago

What exactly isn't working with 1.6.0?

jeraldrich commented 7 years ago

@irfanka The angular dependency locks the angular version to anything less than 1.6.0 https://github.com/urish/angular-load/blob/master/bower.json#L9

I tested angular-load using angular 1.6.3, everything is working fine.

asciutto990 commented 7 years ago

I just tested this with 1.6.4 and it worked fine there as well.