From 6a1252899368996c8ac216c24a58cba75551568c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Budav=C3=A1ri?= Date: Fri, 15 Dec 2017 16:12:02 +0100 Subject: [PATCH] Fix mistyped ngbDropdownMenu in some ngbDropdown ul elements. Some dropdown menu did not show up, because ngbDropdown directive was used in the ul element instead of ngbDropdownMenu. This issue appeared in the notification component page, and in the traffic section in the dashboard. It works in the live demo page, but did not work in my localhost before this correction. --- .../components/notifications/notifications.component.html | 6 +++--- src/app/pages/dashboard/traffic/traffic.component.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/pages/components/notifications/notifications.component.html b/src/app/pages/components/notifications/notifications.component.html index 50a71ba56f..72563448a9 100644 --- a/src/app/pages/components/notifications/notifications.component.html +++ b/src/app/pages/components/notifications/notifications.component.html @@ -13,7 +13,7 @@ -