I'm a command line-phobic designer, using Ionic Lab to learn the basics. I have the starter template "Sidemenu", which is some sort of almost-functioning music app. It mainly shows off the side menu – which works fine, but slightly annoyingly the master-detail pattern included in the Playlist part of the app seems only partly set up. The master (list) view uses an array of data, but the detail view is just using a generic hardcoded bit of HTML. It must be very easy to go one step further and have both the master and detail views reading from the same array, displaying different data in the different templates (which have been setup already, as has the controller for the detail view – but it's empty).. but I'm struggling to work out what the correct approach is.
Can someone please point me in the right direction?