Upstatement / quickshare

Simple way of implementing social media share buttons
26 stars 2 forks source link

quickshare does not work with live-templates #7

Open thetmkay opened 10 years ago

thetmkay commented 10 years ago

I was implementing QS with an Angular web-app.

QuickShare relies on the DOM being in a static state with the attributes pre-defined. This might not work for some implementations, or will rely on multiple calls to the QS(); on state changes (such as on a scope.$watch in angular)