Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Releases: GabrielDelepine/angular-css-injector

v1.4.0

17 Jun 12:56
Compare
Choose a tag to compare

Just increase version number to match bower.json

1.0.3.1

07 May 07:30
Compare
Choose a tag to compare

"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

31 Mar 05:31
Compare
Choose a tag to compare

Merge pull request from @kleiinnn : use a provider to configure if the application is a single page app.

1.0.1

05 Dec 15:23
Compare
Choose a tag to compare

Fix issue #5 : angular 1.2.3 only contains jqlite

v1.0

07 Nov 14:14
Compare
Choose a tag to compare
  • 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

08 Oct 20:27
Compare
Choose a tag to compare
  • 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

06 Oct 13:57
Compare
Choose a tag to compare

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

06 Oct 13:56
Compare
Choose a tag to compare

Initial release.