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

persist:true doesn't survive force reload

Open pixsrv opened this issue 10 years ago • 0 comments

which is obvious but then how to allow user to force reload?

so maybe you could add additional property which could mark that such css is general one and has to be available for all pages something like

{
   href: 'myGeneralCssFile.css',
   global: true
}

this will of course overwrite persist property and should probably also overwrite preload as well EDIT: just to explain - it would be useful for example for other libs css files ie: font-awesome

pixsrv avatar Apr 26 '15 10:04 pixsrv