wlepinski / angularjs-facebook-sdk

Integration between AngularJS and Facebook SDK for Javascript.
http://wlepinski.github.io/angularjs-facebook-sdk/
MIT License
36 stars 7 forks source link

Not working with ui-router #8

Open shekspir55 opened 8 years ago

shekspir55 commented 8 years ago

When I place it in ui-view it works first time, but when you go to other inner link and return to same page its showing nothing.

hickscorp commented 8 years ago

+1. Basically the behavior i'm observing is the following:

Maybe the button directive isn't forcing the FB SDK to parse newly created DOM nodes automatically?

wlepinski commented 8 years ago

Feel free to send a PR.

SnakeME commented 8 years ago

+1

wlepinski commented 7 years ago

Can you please take a look at version 1.1.0 (https://github.com/wlepinski/angularjs-facebook-sdk/releases/tag/v1.1.0) and check if this version works for you?