Closed shrutiLetsgomo closed 9 years ago
I also want to do this
+1
You could customize button style with CSS and add your content inside directive. In such way you'll get fully custom G+ button.
Example:
<google-plus-signin class="social-button" ng-click="loginWithGoogle()" clientid="<your_client_id>">
<i class="fa fa-google-plus"></i>
<p class="social-title">Login with Google</p>
</google-plus-signin>
How can we add custom google button using this library ?