angular-dynamic-forms
angular-dynamic-forms copied to clipboard
Build Forms in AngularJS From Nothing But JSON (please see Alternatives in the README)
Hi, I am new in Angular I want to run this project after clone, how can I run this after following step given in readme, please suggest me.
It seems that is not possible to have the directive inside the ng-repeat, like the following code ``` ```
Dear ADF community, your project seems to matche clearly my needs. Nevertheless as a newbie in angularjs and jhispter [1], I would like to know if you have ever embbeded...
If I want to add uib-datepicker or any other uib component. How can I do that?
i need to show textarea if select option value Not applicable means, it will show the textarea. how i use the ng-show?
Is it possible to add the form entries into a custom class. For example, I have a form body class (which is styled separately) and form footer class. the entries...
I have the following code: html: {{formTemplate}} app.js: .when('/register', { controller: 'RegisterCtrlr', templateUrl: 'views/register.html', controllerAs: 'register', resolve: { getResolveStatus: getResolveStatus } }) ``` function getResolveStatus(ServiceFactory) { console.log("hell0...."); return ServiceFactory.getFormData(); }...
Trying to use you module. I am generating the form template dynamically using python. However, I want to have control over the order in which the form items appear. I...
if i set below object, it always asks me to select both checkbox while validation. My requirement validation should be passed if at least one check box selected. { "type":...