GithubHelp home page GithubHelp logo

mohsen1 / angular-json-schema-form Goto Github PK

View Code? Open in Web Editor NEW
30.0 30.0 58.0 21.73 MB

Angular directive for making forms out of JSON Schema

Home Page: http://azimi.me/angular-json-schema-form/demo/demo.html

License: MIT License

JavaScript 80.50% CSS 3.48% HTML 16.02%

angular-json-schema-form's People

Contributors

chovy avatar iflamed avatar mohsen1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular-json-schema-form's Issues

Cannot input with IME on MacOS

The keyup event triggers blur and focus, which will interrupt IME on MacOS. Tried with Firefox, Chrome and Safari. But browsers on windows work fine.

can you bump the angular version?

I'm getting a version error when using angular 1.5.3

1) angular#~1.4.1 which resolved to 1.4.10 and is required by schema-form#0.1.4

all my other packages resolve to angular#1.5.3 which resolved to 1.5.3

Example for the use within a mobile app like ionic

Hi,

I really like your work. It is really nice to custom on a website. I would love to integrate the same form in a ionic app but I fail to do so. When I enter the code with the

in the html file it just stays blank. Could you provide an example please how to use this within an angular/ionic app?
that would be really great.

Thanks a lot

Angular 2.0 Integration

Could you please provide a way to integrate with Angular 2.0. Basically our requirement is to include the dynamic form only for few pages and static for few. Could you please let us know how we can leverage this using the angular-json-schema-form.

Multiple json editors with different schemas doesn't work

If you have multiple editors the schemas of the editors get mixed.
Issue can be easily solved:

 var options = angular.extend(SchemaForm.options, {schema: scope.schema});

should read:

 var options = angular.extend({}, SchemaForm.options, {schema: scope.schema});

So that the default config isn't overwritten/extended, but a new options object is created.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.