1.
In AngularJS, scope acts a context that is used to evaluate _____________.
2.
In AngularJS, the digest loop is made up of ___________ smaller loops.
3.
In AngularJS, scope, service, factory and providers are used to share information between __________________.
4.
In AngularJS, routing is used to divide an application into multiple views and bind different views to ____________.
5.
In AngularJS, ________________ and __________________ are defined by the $routeProvider service to define routes for an application.
6.
In AngularJS, routing is dependant on the _____________ module.
7.
The angular UI router changes application views based on the ___________ of the application.
8.
Which of the following components cannot be defined within an AngularJS module?
9.
Cross-module communication is supported by both jQuery and AngularJS.
10.
In AngularJS, modules are dependant on each other.