Multiple Choice
AngularJS applications are a mix of _____
A) HTML and PHP
B) HTML and CrossScript
C) HTML and AngularScript
D) HTML and JavaScript
Correct Answer:

Verified
Correct Answer:
Verified
Q8: What is Angular Js?<br>A)Library<br>B)Framework<br>C)Plugin<br>D)Browser Extension
Q9: What is the purpose of angular.module in
Q10: AngularJS controllers control _of AngularJS applications.<br>A)the data<br>B)thefunction<br>C)thevariable<br>D)None
Q11: Which of the following is valid for
Q12: What are various possible ways in which
Q14: In larger applications,controllers are stored in _?<br>A)external
Q15: AngularJS is based on the _ pattern<br>A)VMC<br>B)MVC<br>C)MCV<br>D)CVM
Q16: What angular function is used to manually
Q17: You can create bindings only for the
Q18: The drawback of inline bindings is that