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