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 :
how would like the final pages in HTML with no angular?
Please elaborate your question and need..