angular-load icon indicating copy to clipboard operation
angular-load copied to clipboard

Dynamically load scripts and css stylesheets in your Angular.JS app

Results 9 angular-load issues
Sort by recently updated
recently updated
newest added

I'm using anuglar-load to load the SlidingMarker API after my google maps API has loaded asycnohornly in an angular controller. https://github.com/terikon/marker-animate-unobtrusive#api This does not throw an error but when I...

example: Dropbox need "data-app-key" ``

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...

How to use with ui router? Thanks

Hi, I am in a situation where I need to either force a reload of a script, or unload and load it again. Is there a way to add this?

Would be nice to be able to remove scripts from the DOM once the page/url changes. This way the DOM doesn't end up with a ton of script tags. Don't...

I just installed angular-load through bower and got a warning message: ``` bower angular-load#* invalid-meta angular-load is missing "ignore" entry in bower.json ``` The complete output was as follows ```...

Hi is it possible to chain several loads of scripts or cas ?

This library is neat. But I have a question - how do I use the services inside a newly loaded angular file? They don't seem to be available for injection....