Bug: Ensure state happen at the correct times

This commit is contained in:
Andrew Miner
2015-05-13 12:47:37 -07:00
parent 0def10bb63
commit 2b0584935c
2 changed files with 19 additions and 18 deletions
@@ -183,6 +183,7 @@ module.exports = class ItemPageController extends PageController
_refreshDescription: ->
if @model.item?.description?.length > 0
@_descriptionController.model = @model.item.description
@_descriptionController.resetToDefaultState()
@show @$descriptionSection
else if @user?
@show @$descriptionSection