From d42bfc25704cf5ea0d5e27586c0206b91dafcb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 20 Feb 2016 15:48:42 +0100 Subject: [PATCH] ux(): fixed compile issue with last commit --- public/app/core/components/navbar/navbar.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/core/components/navbar/navbar.ts b/public/app/core/components/navbar/navbar.ts index 3bccddb652b..baca7721fe8 100644 --- a/public/app/core/components/navbar/navbar.ts +++ b/public/app/core/components/navbar/navbar.ts @@ -31,4 +31,3 @@ export function navbarDirective() { } coreModule.directive('navbar', navbarDirective); -coreModule.directive('navButton', navButton);