From 0404d28aa3d7744724bbffa96834ccbca87a9c19 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Mon, 1 Jun 2015 09:32:07 +0200 Subject: [PATCH] fix hide projects profile tab --- app/modules/profile/profile-tab/profile-tab.directive.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/profile/profile-tab/profile-tab.directive.coffee b/app/modules/profile/profile-tab/profile-tab.directive.coffee index e3c1dcbc..8312ddd4 100644 --- a/app/modules/profile/profile-tab/profile-tab.directive.coffee +++ b/app/modules/profile/profile-tab/profile-tab.directive.coffee @@ -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 {