If the user does not complete a form and just navigates away from the form without hitting the "finish()" method the multiStepFormInstance promise is never resolved.
This was causing "TypeError: Cannot read property 'template' of undefined" when leaving a form and going through a form with more steps.
If the user does not complete a form and just navigates away from the form without hitting the "finish()" method the multiStepFormInstance promise is never resolved.
This was causing "TypeError: Cannot read property 'template' of undefined" when leaving a form and going through a form with more steps.