Git Product home page Git Product logo

angular-form-for's Introduction

Angular formFor

Navigation: Overview | Input Types | Validation Types | Templates | API Reference


formFor is a quick and easy way to declare complex HTML forms with client and server-side validations. Using formFor a sign-up form may look like this:

<form form-for="user" service="UserSignUp">
  <text-field label="Email" attribute="email"></text-field>
  <text-field label="Password" attribute="password" type="password"></text-field>
  <checkbox-field label="I agree to the TOS" attribute="agreed"></checkbox-field>
  <submit-button label="Sign Up"></submit-button>
</form>

But that's not all! formFor is incredibly flexible, offering a wide range of configuration options. Check out the wiki to learn more! You can also check out some demos on Plunkr!

Simple sign-up form demo

http://plnkr.co/edit/p1cKIYdBYAJ9NYUZ2Jst?p=preview

More verbose sign-up form demo

http://plnkr.co/edit/lJEeXRcgqFbp3c7pxvbU?p=preview

Installation

You can install this plugin with either Bower or NPM:

bower install angular-form-for --save-dev
npm install angular-form-for --save-dev

Then just include the formFor module in your Angular application like so:

angular.module('myAngularApp', ['formFor']);

More information

Check out the formFor wiki for lots of helpful information including:

If you have any questions please feel free to create an issue or contact me directly through Github.

License

Copyright (c) 2014 Brian Vaughn. Licensed under the MIT license.

angular-form-for's People

Contributors

bvaughn avatar

Watchers

 avatar  avatar  avatar

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.