I've been working with Angular for a while now- and while I love it in general, I dislike working with forms. The process of declaring validation rules bloats the HTML. The syntax for showing validation errors is very verbose. And in general, the process is tedious.
After putting a lot of thought into this topic, I decided to release my own open source project to (hopefully) make things easier on myself and my fellow Angular developers. I sent a pre-release version of formFor to a colleague at Rosetta Stone who was kind enough to plug it into one of their Angular projects. She was able to reduce the number of lines of form-related code in their views and controllers by ~75%! (Also, for those of you who care, it only takes a small adjustment or two <https://github.com/bvaughn/angular-form-for/wiki/IE8-Support> for formFor to play nicely with IE8.) Here's a couple of demos for you guys: - Simple form: http://plnkr.co/edit/p1cKIYdBYAJ9NYUZ2Jst?p=preview - More advanced form: http://plnkr.co/edit/jY8TC8xbMdK5dBJMResL?p=preview I shared this library on Reddit a week or so ago and got a nice round of input. I'd love to get some input from folks on the Google group as well. I'll be happy to help with any questions you might run into if you try to integrate. :) -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
