angular-schema-form
angular-schema-form copied to clipboard
Generate forms from a JSON schema, with AngularJS!
I have a schema that includes a few array properties that I need to include a property on the array's contents objects. The property differs depending on which object in...
#### Question The last release of bootstrap package is 4 years ago. Is the library actively maintained?
Now that Angular2 has been released, is there any plans to port angular-schema-form to Angular 2 ?
Referencing #148,... since it was closed yet still seems like something worthwhile looking into. See the schema below as a use case for a homekit homebridge home automation platform interface...
hi "availablefrom" : { "title" : "Available From", "type" : "string", "format" : "date", "default" : new Date() }, f i am using default attribute putting new date() i am...
#### Description This fixes issue #888. On angular 1.5.10+, `firstDigest` value is `false` on the initial load which triggers validation on empty fields. There might be some changes in the...
#### Expected behaviour The value of the element in the angular form model must not be undefined if the custom validation event is broadcasted. see the [ Demo](http://jsbin.com/tenaxojehi/edit?js,console,output) application, I...
## Steps to reproduce - Open the [Plunker demo](https://plnkr.co/edit/1fphMFbKXhK5CaAfmntD?p=preview) - Answer "Yes" to the first question, this will reveal a savings and investments section that allows one or more account...
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.5.1. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.5.1 > * [`0d3d7d9`](https://github.com/eslint/eslint/commit/0d3d7d9cdd83a7f0e035c95f716a91b9ecc4868b) Docs: fix typo in no-magic-numbers ([#12345](https://github-redirect.dependabot.com/eslint/eslint/issues/12345)) (Josiah Rooney) > * [`447ac87`](https://github.com/eslint/eslint/commit/447ac877e8ca2858d61b1e983f72d39e3e2ca74d) Fix:...
#### Expected behaviour The checkbox should hook with bootstrap syling #### Actual behaviour Bootstrap style is missed #### Gist/Plunker/Demo according to this http://embed.plnkr.co/B4BatpwxCa2cBoYo0oEQ/ label + checkbox should be put in...