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

Multi-step form with status wizard #60

Closed madhuvuvaddi closed 7 years ago

madhuvuvaddi commented 7 years ago

Is it possible to show the status of processed steps in the form of wizard?

troch commented 7 years ago

Yes it is possible. This library provides the foundations of a multi step form wizard. Then you need to add your custom logic to it.