blog

Creation Of Nested Form With AngularJS

In a Rails application, when we need nested forms, we frequently use the 'nested_form' gem. However, we cannot use that when we are making an AngularJS + Rails app. To make nested forms using AngularJS, we need to write some specific code and in this blog I do just that. I have some sample code base with a working demo … Continue reading Creation Of Nested Form With AngularJS