Multiple Choice
Which of the following is true about ng-init directive?
A) ng-init directive initializes an AngularJS Application data.
B) ng-init directive is used to put values to the variables to be used in the application.
C) Both of the above.
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: AngularJS bootstraps itself during config phase.<br>A)true<br>B)false<br>C)none<br>D)all
Q3: AngularJS supports two-way data binding?<br>A)True<br>B)False<br>C)none<br>D)all
Q4: Directives can be applied to which all
Q5: Can angular applications (ng-app) be nested within
Q6: An Angular application can be initialized on
Q8: What angular function is used to manually
Q9: Which angular module is loaded by default?<br>A)ng<br>B)ng-app<br>C)none<br>D)all
Q10: ng-app directive defines and links an AngularJS
Q11: filter filter is applied to an expression
Q12: With more than one ng-app in an