You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
I ran into an issue during a bower install that had some conflicts. I don't believe it's necessary to limit this module to less then 1.6.0
I tested the angularLoad service code in my current AngularJS 1.6.5 project by creating a new service and copying/pasting your code into it. The loadScript functions works wonderfully in 1.6.5
I'm assuming, you can remove the restriction from the bower.json file, as this module and service should function normally on 1.6.x
Maybe I'm wrong? I haven't tested any of the other functions (all I needed was the loadScript).
The code in question:
"dependencies": {"angular": ">=1.0.0 <1.6.0"},
Change too:
"dependencies": {"angular": ">=1.0.0"},
I can submit a PR if you wish.... just let me know
The text was updated successfully, but these errors were encountered:
I ran into an issue during a bower install that had some conflicts. I don't believe it's necessary to limit this module to less then 1.6.0
I tested the angularLoad service code in my current AngularJS 1.6.5 project by creating a new service and copying/pasting your code into it. The loadScript functions works wonderfully in 1.6.5
I'm assuming, you can remove the restriction from the bower.json file, as this module and service should function normally on 1.6.x
Maybe I'm wrong? I haven't tested any of the other functions (all I needed was the loadScript).
The code in question:
Change too:
I can submit a PR if you wish.... just let me know
The text was updated successfully, but these errors were encountered: