Multiple Choice
When adding . . . . . and . . . . . . to a view, we are essentially instructing Angular to create data bindings that keep the model and view in sync.
A) extrapolations, interpolations
B) scopes, directives
C) directives, interpolation
D) none of above
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which is the right format for calling
Q2: $rootScoperefers to an object which is accessible
Q3: Which of the following is true about<br>A)$routeProvider
Q5: $rootScope is created with _<br>A)ng-controller<br>B)ng-app<br>C)ng-init<br>D)None of these
Q6: What is MVC (Mode View Controller)?<br>A)It is
Q7: Which of the following is true about
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