Rather than rendering views via Rails, use Angular to move views client side so every navigation isn't a page reload. All resource actions are already available as JSON XHRs, so the backend needn't change.
This will reduce the overall number of calls, and thus round trips.
Rather than rendering views via Rails, use Angular to move views client side so every navigation isn't a page reload. All resource actions are already available as JSON XHRs, so the backend needn't change.
This will reduce the overall number of calls, and thus round trips.