Back Button Questions

Here’s my codepen:

Clicking any link to drill down into the details gives me the previous title.

  1. How can I get a back icon with this? You’ll see that I have back button tag in there, in an attempt to get one.

  2. What’s the best way to hide the back text (prior title) for small width devices like phones in portrait? I think I could CSS it out with media queries, but maybe there’s a better way within Ionic, or it could be a nice feature?

Thanks!