quietmint

Results 3 comments of quietmint

For some reason, Gravatar JSON profiles are not [CORS-enabled](http://enable-cors.org/), so it's necessary to use JSONP. Something like this (as a factory) appears to work: ``` function gravatarProfile($http, md5) { return...

Sure but extra clicks. Would be great to just get rid of your popup UI altogether and jump straight to the app.

I had the same issue when dragging between two lists if I use `tag="transition-group"` (but not when I use the default `tag="div"`). The error indicated that inserting the node failed,...