yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 266 forks source link

fix(interchange): adjust test to accomodate newer browsers #288

Closed alindber closed 8 years ago

alindber commented 8 years ago

Found the issue with not being able to get this test to pass locally, it's that I have Chrome v47.x and Semaphore uses Chrome v46.x.

Seems the newer version of Chrome adds quotations around the background-image url reference.

You can see for yourself on this jsfiddle - http://jsfiddle.net/alindber/y0qxz971/

jbrowning commented 8 years ago

Ran into this as well. Thank you very much for sending in a fix!