Michał Wasiluk

Results 39 comments of Michał Wasiluk

Do you mean an additional optional text field in the question builder? Instead, maybe there should be a new option in the mwFormBuilder directive (like customQuestionSelects option) , eg: ```...

Yes, it would support defining list of custom fields available in question builder (Available for the survey creator, not respondent). But, if I understand your second issue correctly, you also...

It is not supported yet.

Do you mean a question displayed conditionally based on the answer to another question (like in #2)? It's not supported yet

Hi, Take a look at https://github.com/mwasiluk/angular-surveys/issues/13 Regards

You need to store formData (form model)/responseData (user response) passed to the mwFormBuilder/mwFormBuilder directives in your db. If you're not using mongo in your app then the simplest way is...

Hi Demos should work after running `npm install` and `bower install` in root git clone directory. To see bootstrap demo open demo/demo.html Material design demo is in demo-material/demo.html If you...

Hi, It turned out that there was a problem with a bower dependency Sortable; ng-sortable directive was removed from the lib and was moved to https://github.com/SortableJS/angular-legacy-sortablejs. I've added this file...

Hi all, If you have cloned the angular-surveys repository, then this steps should be enough: 1. `npm install` in cloned project root 2. `bower install` in cloned project root 3.a...

There are some issues, eg after deleting referenced radio question/answer.