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

Setting default 'valid' value for Step #66

Open stottle-uk opened 7 years ago

stottle-uk commented 7 years ago

This valid boolean in the FormStep method always sets it to false;

Should it default to false, but use a config setting if it exists

eg this.valid = config.valid || false;