Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions google-plus-signin.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Modified by Boni Gopalan to include Google oAuth2 Login.
* Modified by @barryrowe to provide flexibility in clientid, and rendering
* --loads auth2 and runs init() so clientid can still be defined as an attribute
* --attribute 'autorender' added. Defaults to true; if false gapi.signin2.render()
* --attribute 'autorender' added. Defaults to true; if false gapi.signin2.render()
* won't be called on the element
* --attribute 'customtargetid' added. Allows any custom element id to be the target of
* attachClickHandler() if 'autorender' is set to false
Expand Down Expand Up @@ -35,7 +35,7 @@ angular.module('directive.g+signin', []).
longtitle: false,
theme: 'dark',
autorender: true,
access_type : online,
access_type : 'online',
customtargetid: 'googlebutton'
};

Expand Down