What is Controller in AngularJS?
Answer / 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 |
What is service factory?
What is the use of arrow function in angular 2?
What is a ngmodule?
what makes the angular.copy() method so powerful?
How to bind selection box with options in the angular js?
On what steps for the compilation process of html happens?
Do I need angular?
Can AngularJS have multiple ng-app directives in a single page?
What is shadow dom and virtual dom?
What is class in typescript?
Which are the core directives of angular js?
Why is namespace called "ng"?