Skip to content

Commit 2239038

Browse files
authored
fix(client:oauthButtons): add ngInject
fixes #2206
1 parent de56f41 commit 2239038

File tree

1 file changed

+1
-0
lines changed
  • templates/app/client/components/oauth-buttons(oauth)

1 file changed

+1
-0
lines changed

Diff for: templates/app/client/components/oauth-buttons(oauth)/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import angular from 'angular';
33

44
export function OauthButtonsController($window) {
5+
'ngInject';
56
this.loginOauth = function(provider) {
67
$window.location.href = '/auth/' + provider;
78
};

0 commit comments

Comments
 (0)