Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
No operations function in AngularJS
WhatsApp
Jignesh Trivedi
Nov 25
2015
832
0
0
Angular noop function performs no operations. It is an empty function.
Example:
function TestCode(callback)
{
callback();
}
TestCode(angular.noop);
This is same as:
TestCode(function() {});
angular. noop
AngularJS
Up Next
No operations function in AngularJS