Description:

Generates Index HTML view to be used with AngularJS

Example:

rails generate ng:index client

This will create:
    app/assets/templates/clients/index.html.erb
    app/assets/javascripts/ng/controllers/clients_ctrl.coffee
    spec/features/client_index_html_spec.rb