Closed dsmithhfx closed 11 years ago
Are the .htaccess and the polyfill at the root of your website? Is your webserver Apache? There are no jQuery incompatibility AFAIK, as it isn't a dependency.
Hi, I got it working. For whatever reason my angular config doesn't like the minified polyfill. The 'full' (unminified) backgroundsize.htc works. Thanks for responding!
Alright, good to know!
Hi,
I'm testing out your plugin in an angularjs app that's using background-size in a few places (of course breaking in IE8).
On my dev server, the downloaded and unzipped background-size-polyfill bundle is loading and working fine (so, not a server issue). However, in the angular app the script isn't doing anything. I think I've narrowed the problem down to the default angular project/app/.htaccess (which has "AddType text/x-component htc" on board, inside <IfModule mod_mime.c></IfModule>), OR (maybe) a jquery version incompatibility.
I've got the google cdns of jquery.min 1.10.2, and jquery-ui.min 1.10.3 being loaded in the body after ng-view templates, and custom css (with backgroundsizemin.htc) loading conditionally from a lt IE9 statement in the header.
What am I missing? Any ideas on how to go about fixing this? Thanks.