oauth-io/oauth-js

Use with Gulp and angular.

nidzovito opened this issue · 0 comments

I installed oauth.io including in package.json file and it is concatenated using gulp.

Whenever I use OAuth.initialize('key');
I get 'not defined' error.

FYI, the code looks like
function LoginFormController($http, $state, AuthService) {
OAuth.initialize('q5KYSG6pSpfn4wlygftnErNAbeM');
}