urish / angular-load

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

Not compatible with Angular 1.6.4 #42

Closed neoistheone123 closed 7 years ago

neoistheone123 commented 7 years ago

Got error when installing via bower. I think the error is caused by:

dependencies: { angular: '>=1.0.0 <1.6.0'

Could you please confirm?

cseale commented 7 years ago

It should be 1.7.0. It is compatible and testing with 1.6.X

https://github.com/urish/angular-load/blob/master/package.json#L10

if you want you can submit a PR to fix this?

neoistheone123 commented 7 years ago

Closed due to low priority