mwasiluk / angular-surveys

Angular survey / form builder inspired by Google Forms
http://mwasiluk.github.io/angular-surveys
Apache License 2.0
240 stars 135 forks source link

save changes callback #37

Open co5dt opened 7 years ago

co5dt commented 7 years ago

Is there any way to access the ctrl.save() callback of the generated "ready" button of the formbuilder? I ask because I see the buttons onClick calls ctrl.save, my controller (called vm, for what it's worth) implements a method save(), yet the method is just not called.

Would be nice to actually store the model data some place other than 127.0.0.1