Clear recipeName field on focus

This commit is contained in:
Andrew Miner
2015-01-01 21:38:58 -08:00
parent 3493c41b39
commit f16c01ca3d
4 changed files with 6 additions and 9 deletions
@@ -24,7 +24,6 @@ module.exports = class ItemPageController extends BaseController
setParams: (params)->
@model.table.name = params.name if params.name?
@model.table.quantity = params.quantity if params.quantity?
logger.debug "quantity updated to: #{@model.table.quantity} with params: #{params.count}"
# BaseController Overrides #####################################################################