-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting tweet event calllback #36
Comments
I'm tracking eventing in #3. If you needed to do something quick and dirty, I'd put something alongside this line: https://github.com/arusahni/ngtweet/blob/develop/src/twitterWidget.service.js#L47 Thanks for using the library! |
@arusahni yes, I saw https://github.com/arusahni/ngtweet/blob/develop/src/twitterWidget.service.js#L47.. I wasn't sure how to callback a method in $scope of my controller from that. Can you please help me with a snippet for that |
Hi @arusahni any thoughts on when you could get time to do this |
You could probably accomplish this by adding an additional scope parameter to one of the directives (e.g., If you instead want a singleton function, you could probably do the same with |
Hi,
First of thanks a lot in making this ... I tried a lot getting twitter widget working with my ng-view switching, ultimately your library is only one working !
I want a simple function callback on
If you cannot add this to code right now, please let me know how to do this so that I can change my files. Need this ASAP !
Thanks a lot
The text was updated successfully, but these errors were encountered: