I\'m trying to use the AddThis javascript Social plugin in an AngularJS App, but It does not updates the addthis plugin icons when I load a partial with ng-view. If I refres
You're probably going to need to put the script tag references for your add this script in your partial. That would be the easiest fix.
What's happening is at the time they're being run, the partial hasn't loaded yet, so they don't affect anything.