fix hide projects profile tab

stable
Juanfran 2015-06-01 09:32:07 +02:00
parent bdbba31fea
commit 0404d28aa3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ProfileTabDirective = () ->
scope.tab.icon = attrs.tabIcon
scope.tab.active = !!attrs.tabActive
if scope.$eval(attrs.tabDisabled) != false
if scope.$eval(attrs.tabDisabled) != true
ctrl.addTab(scope.tab)
return {