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
parent 19da1a1b48
commit 9fcb1b21d2
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
}