jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Improve Ember Router Efficiency #99

Closed jamesrwhite closed 9 years ago

jamesrwhite commented 10 years ago

At the moment it loads more than it needs, e.g on /#/hosts/1 it makes an API call to /api/hosts not /api/hosts/1 as it should.