AngularJs and AddThis social plugin

后端 未结 6 1679
时光说笑
时光说笑 2020-12-10 06:37

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

6条回答
  •  失恋的感觉
    2020-12-10 07:31

    @antonpinchuk's solution worked well for me, it just doesn't update the counter... I added the following line at the end of the directive and now everything works like a charm :)

    addthis.counter($(element).children('.addthis_counter').get());
    

提交回复
热议问题