Question 1: AngularJS directives are used in ________.
Question 2: Which of the following directive bootstraps AngularJS framework?
Question 3: Which of the following is a valid AngularJS expression?
Question 4: Which of the following statements are true?
Question 5: AngularJS directives can be written in HTML element as:
Question 6: The ng-model directive is used for __________.
Question 7: The ng-bind directive binds ____________.
Question 8: What is $scope?
Question 9: The ng-change directive must be used with ng-model directives.
Question 10: Which of the following directive allows us to use form?
Question 11: What is service in AngularJS?
Question 12: AngularJS filters ___________.
Question 13: AngularJS module can be created using ________.
Question 14: Which of the following statements are true?
Question 15: Which of the following service is used to retrieve or submit data to the remote server?
Question 16: Which of the following service is used to handle uncaught exceptions in AngularJS?
Question 17: Which of the following module is required for routing?
Question 18: Which of the following provider can be used to configure routes?
Question 19: Which of the followings are validation directives?
Question 20: Which of the following is validation css class in AngularJS