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

Merge pull request #495 from metabase/fix_redirect_homepage

make sure that we are always running our full route change logic whic…
parents 65262190 758d9ab2
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment