SpainTrain / mynotes

Private and secure notes application
1 stars 0 forks source link

Move views client side #8

Open SpainTrain opened 12 years ago

SpainTrain commented 12 years ago

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.

SpainTrain commented 12 years ago

Also, all the ugliness of reloading a page (resizing divs, normally hidden elements being displayed, etc.) will only occur once.