From 05c828339b63ac513590e486113b1fba5b5646a2 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 31 May 2016 13:54:28 +0200 Subject: [PATCH] fix exception on open create us lightbox --- app/coffee/modules/common/estimation.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/coffee/modules/common/estimation.coffee b/app/coffee/modules/common/estimation.coffee index 175e546d..ae108527 100644 --- a/app/coffee/modules/common/estimation.coffee +++ b/app/coffee/modules/common/estimation.coffee @@ -57,6 +57,7 @@ LbUsEstimationDirective = ($tgEstimationsService, $rootScope, $repo, $template, totalPoints: @calculateTotalPoints() roles: @calculateRoles() editable: @isEditable + loading: false } mainTemplate = "common/estimation/us-estimation-points-per-role.html" template = $template.get(mainTemplate, true)