urish / angular-load

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

fix angular version cap in bower.json #44

Closed MartinNuc closed 6 years ago

MartinNuc commented 6 years ago

package.json allows to use this package for versions of angular lower than 1.7.0.

This was not allowed in bower.json: https://github.com/urish/angular-load/commit/693d704c801d95190aaac06ecaafe1ce1c7d825b#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R10

This PR bumps cap for angular version in bower.json

Solves: https://github.com/urish/angular-load/issues/43

urish commented 6 years ago

Thanks!