Answer Posted / chaitanya
The controller defines the actual behavior of your app. It contains business logic for the view and connects the model to view with the help of $scope. A controller is associated with a HTML element with the ng-controller directive.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is pre-linking function in angularjs?
What is lazy loading angular?
How to write all the console.log statements to a file in server?
What is angular 4?
What happens when the page containing angular based application loads?
How many versions of angular are there?
What do you understand by isolated unit tests?
What is react lazy?
How we can use styleurls and styles in angular 2?
How to validate data in angular js?
How to update to angular 5?
Why use multiple ngmodules?
What is directives in angular 2?
What is @injectable()? Why use?
What is the second argument in watch?