check if project exist in the main title directive

stable
Juanfran 2014-09-26 12:43:12 +02:00
parent 86ad2565d3
commit d5434c5c66
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ TgMainTitleDirective = ->
link = ($scope, $el, $attrs) ->
element = angular.element($el)
$scope.$watch "project", (project) ->
render($el, project.name, $scope.sectionName)
render($el, project.name, $scope.sectionName) if project
$scope.$on "project:loaded", (ctx, project) =>
render($el, project.name, $scope.sectionName)