We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
.config(['fgConfigProvider', 'FgField', function (fgConfigProvider, FgField) { var field = new FgField('Component', { displayName: 'component', value: void 0 }); fgConfigProvider.fields.add( field, 'Components', require('./field.html'), require('./field-config.html') ); }])
Sorry, something went wrong.
Thank you, will give it a try.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: