remove unused service references

This commit is contained in:
Kyle Spearrin 2017-02-23 19:32:34 -05:00
parent bc5c738c25
commit 2420375d56
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {