Open
Description
When I set the values for responseType and authorizePath within the html element it's still pulling from the oauth-ng.js values.
<oauth
template="/app/views/extras/extras.youtube.view.html"
site="{{extras.oauthconfig.site}}"
client-id="{{extras.oauthconfig.clientid}}"
redirect-uri="{{extras.oauthconfig.redirecturi}}"
text="YouTube Signin"
authorizePath="/auth"
responseType="token"
scope="{{extras.oauthconfig.scope}}">
</oauth>
also, when I try to set text as a variable it doesn't pull the value. Only when I type out the text does it get the value.
Metadata
Metadata
Assignees
Labels
No labels