fix hide projects profile tab
parent
bdbba31fea
commit
0404d28aa3
|
@ -9,7 +9,7 @@ ProfileTabDirective = () ->
|
||||||
scope.tab.icon = attrs.tabIcon
|
scope.tab.icon = attrs.tabIcon
|
||||||
scope.tab.active = !!attrs.tabActive
|
scope.tab.active = !!attrs.tabActive
|
||||||
|
|
||||||
if scope.$eval(attrs.tabDisabled) != false
|
if scope.$eval(attrs.tabDisabled) != true
|
||||||
ctrl.addTab(scope.tab)
|
ctrl.addTab(scope.tab)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue