Skip to content

kirandc/rails4_crud_with_angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.