remove unused service references
This commit is contained in:
parent
bc5c738c25
commit
2420375d56
|
@ -177,7 +177,7 @@ angular
|
|||
}
|
||||
});
|
||||
})
|
||||
.run(function ($rootScope, authService, jwtHelper, tokenService, $state) {
|
||||
.run(function ($rootScope, authService, $state) {
|
||||
$rootScope.$on('$stateChangeStart', function (event, toState, toParams) {
|
||||
if (!toState.data || !toState.data.authorize) {
|
||||
if (authService.isAuthenticated()) {
|
||||
|
|
Loading…
Reference in New Issue