In 2.0.0-beta.4, the following works to update the "identification" property on the controller: ``` {{input value=controller.identification placeholder='' classNames="form-control input-lg" disabled=loginProcessing}} ``` This code doesn't work in beta-2.0.0-beta.5. Am I doing something wrong?