From 2420375d5680b5f1f739dccf62fa921bf951e57c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 23 Feb 2017 19:32:34 -0500 Subject: [PATCH] remove unused service references --- src/app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/config.js b/src/app/config.js index 89e3335e..b65630af 100644 --- a/src/app/config.js +++ b/src/app/config.js @@ -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()) {