Description:

Generates Form HTML view to be used with AngularJS

Example:

rails generate ng:form client

This will create:
    app/assets/templates/clients/form.html.erb
    app/assets/javascripts/ng/controllers/client_form_ctrl.coffee
    spec/features/client_show_spec.rb