fixed problem with video enable disable show label

stable
Jesús Espino 2014-08-05 17:09:45 +02:00
parent a71c53cae2
commit 48d9e0c2c9
1 changed files with 2 additions and 0 deletions

View File

@ -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}