I need to change the header text every time I change pages. Could someone help me ?? /
I need to change the header text every time I change pages. Could someone help me ?? /
You can use $window.document.title = "seuTituloAqui";
within a function called when loading that view, for example using ng-init