mwasiluk / angular-surveys

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

Update form-utils to handle all question types. #10

Closed beakerandjake closed 8 years ago

beakerandjake commented 8 years ago

Noticed that only certain question types were being processed in the form-utils class. I updated this to handle all question types. The main changes are in form-response-utils.service.js, I updated the form/response data in the demo/material demo projects to include all question types so I could test.

mwasiluk commented 8 years ago

Thanks!