troch / angular-multi-step-form

An angular module for creating multi step forms / wizards
http://troch.github.io/angular-multi-step-form
ISC License
144 stars 44 forks source link

unresolved multiStepFormInstance promise is user navigates away from form before finish() #30

Closed pusherman closed 8 years ago

pusherman commented 8 years ago

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.