angular-form-gen icon indicating copy to clipboard operation
angular-form-gen copied to clipboard

Design Bootstrap based form schemas for AngularJS in a drag and drop WYSIWYG environment.

Results 28 angular-form-gen issues
Sort by recently updated
recently updated
newest added

I have used this awesome repository extensively in our Project. We are moving to Angular 4, Is there any plan to upgrade it to Angular 4

When I change the schema in the controller on certain action(say on Button click), the form rendered doesn't get updated. Shows the form for the old schema value

I have created many templates and controls.the Angular-form-gen.js is growing heavily.How to split them into two physical files and use it in the project?

When initially loading a form with a Number field then the value of this field is not shown, while other fields do show their data. However after editing the field,...

var myApp = angular.module('myApp', ['fg', 'ngSanitize', 'markdown']); var myData; myApp.controller('MyController', function ($scope, mySchema, formService) { ``` formService.GetCountyForm('', '').then(function (d) { myData = d.data[0].FormSchema; schema = myData; //alert(myData); Contains json from...

hi i want to use a custom directive(ngdialog ) in my preview page.. i want to inject the custom directive module as below fg.controller('fgSchemaController', function ($scope, fgUtils, $rootScope, $filter, $controller,...

This is not an issue in form gen, but any idea on how to convert the form genererated (with data) to pdf?

The source file (https://github.com/McNull/angular-form-gen/blob/master/src/angular-form-gen/angular-form-gen.js) has a reference to add function at line 55. Do anyone know how to call this function while using the the generated form?

is this maintained ?? as i see a lot of unanswered issues and no support for newer versions of angular and some bugs and no updates for 2 yers