sathomas / acc-wizard

Wizard implementation for bootstrap based on accordion
216 stars 76 forks source link

Intrested in converting this into CoffeeScript? #8

Closed mingliangfeng closed 11 years ago

mingliangfeng commented 11 years ago
  1. convert to coffeescript;
  2. handle situation that one form wraps all accordion steps;
  3. extract and expose go_next, go_prev which could be invoked outside wizard, e.g. adding back button at last step;
  4. add beforeNext and beforeBack hook, e.g. used for validation.
sathomas commented 11 years ago

Nice job. I'm a little nervous about merging the pr now since I'm not currently competent enough in coffeescript to maintain the code effectively. I'd like to get there though. What would you think about me adding a link to your fork for now and merging later?

mingliangfeng commented 11 years ago

That sounds great!

sathomas commented 11 years ago

Added link in readme to Andrew's fork.