angular-social
angular-social copied to clipboard
Social like-buttons with counters for sites (even ajax sites)
Add description and image for mailru
Hello @esvit , I am the member of [cdnjs](https://github.com/cdnjs/cdnjs) project. We want to host this library. But there is a question about license want to ask. I am the sure...
Is it possible to use this module using bower like bower --save angular-social?
You should add `stopImmediatePropagation()` and `stopPropagation()` to avoid opening new tab and new window simultaneously.
Set up cast string value to integer.
Hi, This adds possibility to access counter values from the outside of directive.
As discussed in issue #33, this PR is an attempt to fix an annoying behavior that doesn't allow values from ajax requets to be used inside embbeded directives. There's only...
There's a problem with the actual implementation of each embedded directive (twitter, facebook, etc). The actual implementation doesn't allow me to set values coming from an ajax request into url,...
The Google Plus counter URL is set to: "'//share.yandex.ru/gpp.xml?url={url}'".
Should I be able to pass a different url to each button, like this: ``` Share: Facebook Google+ Twitter LinkedIn ``` It doesn't seem to work. Am I doing something...