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

leave current step only when next one is ready #69

Closed juliender closed 4 months ago

juliender commented 7 years ago

on my project, when I change a step, I expect the previous step to stay as long as the next screen is not ready

troch commented 7 years ago

Hi @juliender, thanks for the PR. I don't feel like it is a change I can push to all users, so I would make it optional. Can you add a directive attribute to conditionally enable that behaviour?

Thanks