Skip to content
Snippets Groups Projects
Commit 758d9ab2 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

make sure that we are always running our full route change logic which ensures...

make sure that we are always running our full route change logic which ensures users are redirected to the right place depending on their login and user capabilities.
parent 1a6af153
Branches
Tags
No related merge requests found
......@@ -122,6 +122,8 @@ CorvusServices.factory('AppState', ['$rootScope', '$q', '$location', '$timeout',
}, function(error) {
service.routeChangedImpl(event);
});
} else {
service.routeChangedImpl(event);
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment