Merge pull request #101 from taigaio/bug/1357/f___ing-projects-nav-menu

Fix bug #1367: Fix filter action and new project button in the project nav menu
stable
Alejandro 2014-10-14 21:23:46 +02:00
commit 07983ea636
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
}