AngularJS 1.x Internals
AngularJS 1.x Internals
No
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Questions
Identify the dependency / dependencies for myController
What is injector?
When you inject a service into a controller, _______ looksup and instantiates the service for the controller.
Scope act as glue between controller and view.
Using factory method, we first define a factory and then assign a method to it. Is it true or false?