From fb214da5fe14a39c95321b0254a16e11dd463672 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Sat, 14 Oct 2017 18:53:08 +0300 Subject: [PATCH] Merge branch 'master' into skeleton --- src/app/navigation.model.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/navigation.model.ts b/src/app/navigation.model.ts index d750bc32..3c8734cb 100644 --- a/src/app/navigation.model.ts +++ b/src/app/navigation.model.ts @@ -6,10 +6,12 @@ export class NavigationModel { this.model = [ { - 'title': 'Applications', - 'type' : 'group', + 'id' : 'applications', + 'title' : 'Applications', + 'type' : 'group', 'children': [ { + 'id' : 'sample', 'title': 'Sample', 'type' : 'item', 'icon' : 'email',