1
Reply

Page Source HTML After Angular Templating

Kenza Fareh

Kenza Fareh

5y
545
1
Reply

I have a AngularJs webpage with content like this: {{message}}
And I set the model for ‘message’ such that: $scope.message = “Hello!”
Then on the screen, the contents of the div will display as : Hello !
But if I view the source in Chrome or Firefox, the source still looks like this :

{{message}}

and all links output should be :
href=”/{{siteLanguage}}/UserProfile”>{{‘LayaoutPageMYCOUNTLabelle2’ | translate}}

how would like the final pages in HTML with no angular?