Login
Remember
Register
Ask a Question
Give the use of controller.
0
votes
asked
May 21, 2022
in
AngularJS Packaging and Testing
by
sharadyadav1986
Give the use of controller.
angular-controller
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 21, 2022
by
sharadyadav1986
Controller in AngularJs is used for below:
Set up initial state of the $scope object
Add behaviour to the $scope object.
...