Clickable subheader in ionic v1

Hey everyone…
I have hader in ion-view like

ion-view(title='{{review_type}} reviews',ng-cache="false",cache-view='false')
  wta-nav-action-right(icon='icon-white-plus', action='reviewAdd')
  ion-content
    review-empty-list(ng-show='!reviews.length')
    section(style="margin-top:10px")
      wta-review(ng-repeat='review in reviews')
      infinite-scroll(items='reviews', query='query')

I converted this to two line header like this

download

I am trying to convert “Blueberry Wine” into hyperlink so that by clicking on this user can navigate to respective Page…

Any idea how to do this ???

solved https://codepen.io/calendee/pen/bLJcD