Fixing related tab empty list styling

This commit is contained in:
Jared Tabor
2016-05-10 16:03:36 -04:00
parent ba1e4cb19a
commit ac2e334186
3 changed files with 47 additions and 41 deletions

View File

@@ -119,7 +119,7 @@ export default ['$log', '$cookieStore', '$compile', '$window', '$rootScope', '$l
// Go back to most recent navigation path
$location.path(lastPath());
} else {
$location.url('/home?login=true');
$location.url('/home');
}
})
.error(function () {