From 9fcb1b21d261c16bb913c76c6be190f36bd11c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 14 Oct 2014 19:12:57 +0200 Subject: [PATCH] Fix bug #1367: Fix filter action and new project button in the project nav menu --- app/coffee/modules/nav.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/coffee/modules/nav.coffee b/app/coffee/modules/nav.coffee index 1e4ed4d8..b3e35b1a 100644 --- a/app/coffee/modules/nav.coffee +++ b/app/coffee/modules/nav.coffee @@ -190,6 +190,7 @@ ProjectsNavigationDirective = ($rootscope, animationFrame, $timeout, tgLoader, $ render($el, projects) if projects? return { + require: ["tgProjectsNav"] controller: ProjectsNavigationController link: link }