Open thetmkay opened 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)
scope.$watch
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)