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 {