angular-directive.g-signin icon indicating copy to clipboard operation
angular-directive.g-signin copied to clipboard

:triangular_ruler: AngularJS Directive for Google Plus Sign-in Button

Results 17 angular-directive.g-signin issues
Sort by recently updated
recently updated
newest added

Hi. The code is available on Github is not the same as the example code. In addition, bower seems to be a new version 0.1.1 but is still github version...

Looks like there's both google+ signin and google sign in, with google+ becoming less intergrated, seems worth it to also support google sign in -- https://developers.google.com/identity/sign-in/web/quick-migration-guide#migrate_an_html_sign-in_button

getting this error The JavaScript origin in the request: http://localhost:55591 did not match a registered JavaScript origin. what can I do ?

I am develop a hybrid app and am using directive.g+signin directive but in my device does not leave the table to sign in. Just do not get anything when I...

Hi, I am using this directive, pretty cool! This is the code I am using with protractor to test it (In our case, we are using the force approval prompt)...

enhancement

Would be nice if the `defaults` object had the `data-accesstype` property so that it can be set in the directive. Useful for getting offline access to accounts: https://developers.google.com/+/web/signin/reference

enhancement

when scope variable is modified inside the events: 'event:google-plus-signin-success' and 'event:google-plus-signin-failure', changes are not not detected, therefore, the view does not get updated. you need to call $rootScope.$apply(); at the...