Scott

Results 6 comments of Scott

Sounds good. I'll start with tackling the styleguide :)

I assume you don't support css hacks but maybe you could do: :root .box_rotate { filter:none; } according to this http://blog.vervestudios.co/blog/post/2011/05/13/IE9-Only-CSS-Hack.aspx. Alternatively, use .ie9 .box_rotate { filter:none; } but that...

Yeah, I look at it now and I agree that pattern of using an array was array odd and I would be open to changing it. Personally, I don't really...

Angular was just an example but Bind is available in ES5 so if you just need to support IE9 and up, it is natively available already. http://itsnull.com/articles/start-using-es5/ (check Function.prototype.bind). If...

Okay, will try to find time for this sometime. But if you have time, feel free to tackle it as well.