Hi all!
I have the code
<ion-view view-title="{{pageTitle}} - {{room.activeParticipants}}">
which sets the header bar and webpage title ( when viewed in a browser ). The problem is when room.activeParticipants updates the header title changes, but the webpage title does not!
How do I fix this?
Thanks!