Multiple Choice
Which of the following is true about AngularJS service?
A) Services are JavaScript functions
B) Services are responsible to do specific tasks only
C) Inbuilt services are always prefixed with $ symbol
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q2: $rootScoperefers to an object which is accessible
Q3: Which of the following is true about<br>A)$routeProvider
Q4: When adding . . . . .
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
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