urish / angular-load

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

Added additional attributes to scripts #45

Open raczynskil opened 5 years ago

raczynskil commented 5 years ago

example:

Dropbox need "data-app-key"

<script src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="APP_KEY"></script>