Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 52a2055

Browse files
authored
Merge pull request #240 from afrisalyp/issue-238
Members page: initiate app config.
2 parents 2a38f5a + 727000c commit 52a2055

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/front/src/app/app.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ angular.module('topcoderX', [
142142
templateUrl: 'app/members/member.html',
143143
controller: 'MemberController',
144144
controllerAs: 'vm',
145+
resolve: {
146+
authService: ['AuthService', function (AuthService) {
147+
return AuthService.getAppConfig();
148+
}]
149+
},
145150
})
146151
.state('app.copilotPayments', {
147152
url: '/copilot-payments',

0 commit comments

Comments
 (0)