[backport] Fix bug #1367: Fix filter action and new project button in the project nav menu

stable
David Barragán Merino 2014-10-14 19:12:57 +02:00 committed by Alejandro Alonso
parent 4b9e5ceb6e
commit 5862c36352
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ ProjectsNavigationDirective = ($rootscope, animationFrame, $timeout, tgLoader, $
render($el, projects) if projects?
return {
require: ["tgProjectsNav"]
controller: ProjectsNavigationController
link: link
}