I have a form created with factory. After creation I define form.vars.employee = session.worker
This value is the default when viewing the form. I submit the form and in if form.accepts I have a redirect to the same page. I want to have a new empty form with this one fields predefined, but it´s empty. Only if I reload the page the field is occupied. Why is this happening?
Should not a redirect reload the whole page? Kenneth

