I have a requirement to have a multi-line title (first line title, second line author) ideally within the navBar, and the author is clickable. This header changes dynamic as you change pages.
I can change the title using $ionicNavBarDelegate.setTitle(title) no problem,
I’m listening in but I’m just in for the clickable part - I want to have a drop-down title in the navbar.
EDIT:
Actually - what I think could be nice is to be able to insert a tag for the title element in the nav-bar. That way the title could also include an icon(fx. for showing a dropdown feature), multiline, click-handler etc.