You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, Thanks for the great plugin. I'm using this plugin to show a list, where I want to show the list count in the title. So, I tried .property() on titleToken function but It didn't work. I think we should add support for this functionality for dynamic title update.
The text was updated successfully, but these errors were encountered:
@BilalBudhani Did you have any luck getting this working?
Using with a computed property should work, but we don't currently support changing the title without making a transition, which I believe might be what you actually mean here. I don't have any plans to add this right now, but maybe I'll get to it in the future, as it would be very nice :)
kimroen
changed the title
Support '.property' for title token.
Support changing title outside of route transitions
Apr 22, 2015
Firstly, Thanks for the great plugin. I'm using this plugin to show a list, where I want to show the list count in the title. So, I tried
.property()
ontitleToken
function but It didn't work. I think we should add support for this functionality for dynamic title update.The text was updated successfully, but these errors were encountered: