Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Give the use of controller.
Home
AngularJS Packaging and Testing
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.
...