AngularJS Question: Download AngularJS PDF

What is controller in AngularJS?

Tweet Share WhatsApp

Answer:

Controller is constructor function in Angular Controller.
When a Controller is attached to the DOM with use the ng-controller, Angular will instantiate a new Controller object using constructor function.

Download AngularJS PDF Read All 57 AngularJS Questions
Previous QuestionNext Question
What are the key features of Angular.js?What are directives?