diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-02-13 22:18:07 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-02-13 22:18:19 +0530 |
commit | c1882041afb379e44e7da7a2603365ae4a4803be (patch) | |
tree | 38f5beeeff7cb31d14151a72372af290903bf4ee /cds-ui | |
parent | 6c9efd47bfae32b811761e3c2f2ceba545411bb7 (diff) |
side nav changes
Added changes to keep the side nav open, once the user lands on home
page
Issue-ID: CCSDK-815
Change-Id: I988c2af5ad0e62a910e819b879532d1a1b6d1328
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/client/src/app/common/shared/components/home/home.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/common/shared/components/home/home.component.ts b/cds-ui/client/src/app/common/shared/components/home/home.component.ts index d70da85f6..d5ea7f6ce 100644 --- a/cds-ui/client/src/app/common/shared/components/home/home.component.ts +++ b/cds-ui/client/src/app/common/shared/components/home/home.component.ts @@ -28,7 +28,7 @@ import { Component, OnInit } from '@angular/core'; }) export class HomeComponent implements OnInit { events: string[] = []; - opened: boolean; + opened: boolean = true; constructor() { } ngOnInit() { |