1.
In AngularJS, the corresponding _________________ is connected to the view after the view has been located.
2.
In AngularJS, ____________ are used to bind application data to HTML.
3.
In Angular.JS, expressions behave in the same way as the ________________ directive.
4.
Filters can be used with directives using the _________________ character.
5.
Which of the following is not a filter in AngularJS?
6.
In AngularJS, a SPA can be implemented using __________________________.
7.
In AngularJS, what is the order of execution of the directive function?
8.
In AngularJS, what is the order of execution of the postlink function?
9.
In AngularJS, which of the following calls the $interpolation service?
10.
On every digest cycle, all scope models are compared against their __________ values in Angular.js.