mmaask

Results 15 comments of mmaask

Having the same problem. Callbacks in IE8 have response undefined, but the POST request response through the debugger has the text/html I return from backend in response body/content. Any way...

Interesting, could you post an example perhaps how you did it exactly?

A bit vague description, can you give more details?

Can you show your template code and also the new field added into the angular-form-gen.js file, where you assigned it to category?

I don't suggest you writing your own directive for that, defining new templates requires just adding 2 new files in this case and adding the new field corresponding the file...

Do you mean something simlar to defining matrix of questions, where each question can be answered with same prefined answers? ----------------| high | average | low | (columns) question 1...

For this there is no out of the box solution. Would need to make a new property in properties defining how you want each element to be rendered and then...

Can you double check the force render property, could be that for the initial view it is set not to render initially. For example: https://github.com/McNull/angular-form-gen/blob/master/src/app/demo/edit/form-edit-schema.html#L3 If it's not the case,...

This version is not updated for newer Angular versions. Check out a fork from SSchaaf who has done it and use that instead.

There is a pull request I believe for it, but I've been using and improving the forked version my own :) It's really well written project yes I must say.