rachellogie / rails4_crud_with_angularjs

Rails4 + AngularJS Nested forms

Home Page:https://rails4-crud-with-angularjs.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails4 + AngularJS

Check demo app here.

  1. CRUD example using Rails4 + AngularJS

    In this app I given example of how to create CRUD operation using Rails4 with AngularJS.

  2. Create nested form using AngularJS

When we need to create nested form in rails, then we used nested_form gem. But if you using AngularJS as frontend then you can't use that.

When you want nested form to using AngularJS, you need to write your own code. In this app I given sample code for nested form.

License

This is released under the MIT license.

About

Rails4 + AngularJS Nested forms

https://rails4-crud-with-angularjs.herokuapp.com

License:MIT License


Languages

Language:Ruby 94.2%Language:JavaScript 3.0%Language:CSS 2.8%