Change header text according to open page [closed]

0

I need to change the header text every time I change pages. Could someone help me ?? /

    
asked by anonymous 01.12.2016 / 19:33

1 answer

1

You can use $window.document.title = "seuTituloAqui"; within a function called when loading that view, for example using ng-init

    
01.12.2016 / 23:56