Sebastian Wallin
Sebastian Wallin
Hi, that's I good idea. I looks like it's possible if you set the fallback image to '404', because then you can detect if the image was loaded correctly or...
Hey @quietmint. That's a great idea. I'll try to sketch out a solution asap. Could you perhaps provide some input on how you'd like to use such a service, like...
Hi, I started to work on a first version of this feature. Please have a look and tell me what you think https://github.com/wallin/angular-gravatar/tree/profile-data checkout the `example` folder
Hi! Thanks for reporting. hmm, seems like a priority issue. Could you try to set a negative priority on the gravatar directive and see if it solves your problem? (https://code.angularjs.org/1.2.27/docs/api/ng/service/$compile)....
Ok. I'll try to look into this as soon as I get the chance. Would it be possible for you to create a [JSFiddle](http://jsfiddle.net/) that re-creates the problem?
Hi @rajkumargithub , thanks for reporting. Sorry for the delay, but I haven't gotten around to dig deeper into this issue. It you could provide a JSFiddle or similar, reproducing...
Hi, yes, you'll have to specify the background image url using the `url(...)` keyword (http://www.w3schools.com/cssref/pr_background-image.asp) So: `element.css({'background-image': 'url(' + gravatarService.url(newVal, opts) + ')'});` Settings background images from Gravatar is a...
I think this is a good additional feature within the scope of this library. @vivekmarakana and @ebuildy Do you know any good regex-sources for this type of detection?
@toolmantim Is this still relevant?
@pkubat I realize this has been a while. Do you think you'll be able to do a PR with the requested functionality?