adspace
Explain event in angularjs, list some events you have worked in angularjs?
Answer Posted / Surajit Koley
An Event in AngularJS is an action that occurs at a specific time during the life cycle of an Angular application or component. Some common events are:
1. $scope.$apply(): This event is used to start the digest loop and update the view.
2. $scope.$watch(): This event allows you to watch for changes in a scope property and perform some action when that change occurs.
3. ngSubmit: This event is triggered when an HTML form is submitted.
4. ngClick: This event is triggered when an HTML element is clicked.
5. ngChange: This event is triggered when the value of an input field changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use primeng in angular 4?
How to enable html5 mode in angular 1.x?
How an object or function can get a hold of its dependencies?
Give the example of angularjs strings?
Which version you are using js?
What is the latest angular?
How to create angularjs filter which outputs html?
How to get and log an error in angular 4?
Angularjs dependency injection of value inside of the module.config?
How can primeng be used with angular2?
What is the latest version of angular?
What is a dynamic route in angularjs and how do you implement it?
How to implement a datagrid table with angular 2 and primeng?