Use with Gulp and angular.
nidzovito opened this issue · 0 comments
nidzovito commented
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');
}