0 votes
in AngularJS Packaging and Testing by
Give the use of controller.

1 Answer

0 votes
by

Controller in AngularJs is used for below:

  • Set up initial state of the $scope object
  • Add behaviour to the $scope object.
...