Join the Stack Overflow Community
Stack Overflow is a community of 6.4 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

I'm new to web development and I'm trying to integrate Google+ signin to my web app using Angular JS. Google documentation suggests that we use following div element to call the google api after signin.

<div class="g-signin2" data-onsuccess="onSignIn" data-theme="dark"></div>

But since I use Angular JS, I do not know how to invoke onSignIn function because I plan to use ng-click to invoke the function. Can someone help me with a solution for this.

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.