Fixing error when connection fails

stable
Alejandro Alonso 2015-04-29 13:56:12 +02:00 committed by Juanfran
parent a08357b8ca
commit 548d3d314b
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ class ProjectsService extends taiga.Service
@.projectsById = Immutable.fromJS(groupBy(projects, (p) -> p.id))
@._inProgress = false
return @.projects
@.projectsPromise.finally =>
@._inProgress = false
return @.projectsPromise