We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de56f41 commit 9ce58e8Copy full SHA for 9ce58e8
1 file changed
templates/app/client/components/oauth-buttons(oauth)/index.js
@@ -2,6 +2,7 @@
2
import angular from 'angular';
3
4
export function OauthButtonsController($window) {
5
+ 'ngInject';
6
this.loginOauth = function(provider) {
7
$window.location.href = '/auth/' + provider;
8
};
0 commit comments