This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
Releases: GabrielDelepine/angular-css-injector
Releases · GabrielDelepine/angular-css-injector
v1.4.0
1.0.3.1
"use strict";
Remove jQuery dependency also for IE <= 8
Throw an exception if the HEAD's scope is undefined (for example because the app is initialize under the HTML's tag)
1.0.2
Merge pull request from @kleiinnn : use a provider to configure if the application is a single page app.
1.0.1
v1.0
- Rename the project from angularDynamicStylesheets to angular-css-injector
- Rename the module and the service name. Be careful and update your code if you use a previous version
- Compatible with all major browser and do not require jQuery
- Just include jQuery in your page to make angular-css-injector IE < 8 compatible
0.2.1
- Do not depends on jQuery anymore
- Not compatible with IE < 8 anymore. Please check the readme file to know how to make the code compatible with IE < 8.
0.2.0
Features :
- Add a CSS files in the head tag of the HTML document
- Remove all the added files
- Remove all the added files automatically when the page change for the single page application
0.1.0
Initial release.