New experimental landing page design
This commit is contained in:
parent
0bd8a1bcbf
commit
50545236e3
10 changed files with 184 additions and 96 deletions
|
@ -4204,6 +4204,8 @@ quayApp.run(['$location', '$rootScope', 'Restangular', 'UserService', 'PlanServi
|
|||
});
|
||||
|
||||
$rootScope.$on('$routeChangeSuccess', function (event, current, previous) {
|
||||
$rootScope.customClass = '';
|
||||
|
||||
if (current.$$route.title) {
|
||||
$rootScope.title = current.$$route.title;
|
||||
}
|
||||
|
|
Reference in a new issue