Conversion of Nifty Master/Detail Routing example from Ember homepage to CLI

Hi there everyone. I have for some time been looking for a very concise, up-to-date example of a master/detail interface for ember-cli but it’s hard to find one. I then found on the Ember homepage recently that it had been updated with some nifty examples. One being the routing example that is a mailbox application that is a master/detail type interface.

I took some time and converted this interface to Ember-CLI. Please forgive the styling, it’s not all the way done and I still have to hook up MomentJS to get the date helper working, but it’s functional and is a great starting point for a master/detail in CLI.

Hope this helps someone! Enjoy!

https://github.com/sosproduction/ember-cli-master-detail/pull/1

Thanks! Much appreciated. Accepted pull request

Had to find out the same issues in my CLI Example: