fixed problem with video enable disable show label
parent
a71c53cae2
commit
48d9e0c2c9
|
@ -143,6 +143,8 @@ ProjectFeaturesDirective = ($log, $repo, $confirm) ->
|
|||
$scope.$watch "project", (project) ->
|
||||
if project.videoconferences?
|
||||
$scope.isVideoconferenceActivated = true
|
||||
else
|
||||
$scope.isVideoconferenceActivated = false
|
||||
|
||||
return {link:link}
|
||||
|
||||
|
|
Loading…
Reference in New Issue