urish / angular-load

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

Update naming conventions #34

Closed edbentinck closed 7 years ago

edbentinck commented 7 years ago

loadCSS() and unloadCss() use different naming conventions.

I suggest changing unloadCss() to unloadCSS() to follow the same convention and avoid confusion, or vice versa.