From 0fd8a75f7db2e567a32d5ee39cb3ace73aaa48b8 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Sat, 4 Nov 2017 13:39:18 +0300 Subject: [PATCH] Added exactMatch parameter to the navigation items for correctly highlighting them --- .../nav-horizontal-item.component.html | 3 +- .../nav-item/nav-vertical-item.component.html | 3 +- src/app/navigation.model.ts | 36 ++++++++++--------- 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/src/app/core/components/navigation/horizontal/nav-item/nav-horizontal-item.component.html b/src/app/core/components/navigation/horizontal/nav-item/nav-horizontal-item.component.html index 559fe6a3..68b37b53 100644 --- a/src/app/core/components/navigation/horizontal/nav-item/nav-horizontal-item.component.html +++ b/src/app/core/components/navigation/horizontal/nav-item/nav-horizontal-item.component.html @@ -1,4 +1,5 @@ - + {{item.icon}} {{item.title}} + {{item.icon}} {{item.title}}