TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kenza Fareh
NA
18
1.1k
Page Source HTML After AngularJs Templating
Feb 4 2020 1:22 AM
If I have a AngularJs webpage with content like this: <div>{{message}}</div>
And I set the model for 'message' such that pasting $scope.message = "Hello world!"
Then on the screen, the contents of the div will display as Hello world!
But if I view the source in Chrome or Firefox, the source still looks like this <div>{{message}}</div>
Is there any way to capture the source of a page after Angular templating, so when I view the source I see:
<div>Hello world!</div>
and all links like this :
<li data-ng-show="!isSessionok"><a href="/{{siteLanguage}}/Login">{{'LayaoutPageLoginLabelle1' | translate}}</a></li>
I would like the final pages in HTML with no angular
Reply
Answers (
1
)
Data not able to fetch from webservice in Angular
Unable to read the back end api from Electron angular app