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
vasanth kumar
1.5k
231
25.2k
Not reload the page in Ng-Click
Aug 12 2019 2:38 AM
<a class="button" ng-click="L(Post)" ng-if="Post.uid =='true'" href="/About/Aboutpage" style="text-decoration:none;" ng-init="LDetails(Post)">
<input type="image" alt="" src="~/Images/like.png" style="max-height:20px; max-width:20px;" /> Like<span class="badge">{{Post.L}}</span>
</a>
<a ng-click="L(Post)" ng-if="Post.uid !='true'" href="/About/Aboutpage" style="text-decoration:none;" ng-init="L(Post)">
<input type="image" alt="" src="~/Images/liked.png" style="max-height:20px; max-width:20px;" /> Home<span class="badge">{{Post.L}}</span>
</a>
This is my code. How to stop reloading the page in Ng-Click?
Reply
Answers (
6
)
Decorator authorization permission in angular ?
after login how to insert Identity name in angular using w