1. Question: Which directive can also provide type validation for application data (number, email, required)?

    A
    ng-app

    B
    ng-bind

    C
    ng-model

    D
    ng-validate

    Note: Not available
    1. Report
  2. Question: Which directive can also provide status for application data (invalid, dirty, touched, error)?

    A
    ng-model

    B
    ng-app

    C
    ng-bind

    D
    ng-init

    Note: Not available
    1. Report
  3. Question: Which directive can provide CSS classes for HTML elements?

    A
    ng-init

    B
    ng-app

    C
    ng-class

    D
    ng-model

    Note: Not available
    1. Report
  4. Question: Which directive can bind HTML elements to HTML forms?

    A
    ng-init

    B
    ng-data

    C
    ng-model

    D
    ng-app

    Note: Not available
    1. Report
  5. Question: Which directive clones HTML elements once for each item in a collection (in an array)?

    A
    ng-loop

    B
    ng-repeat

    C
    ng-array

    D
    none of these

    Note: Not available
    1. Report
  6. Question: Which one is treated as HTML attribute in AngularJS application?

    A
    Modules

    B
    Directives

    C
    Objects

    D
    JSON

    Note: Not available
    1. Report
  7. Question: Which directive is used for creating a custom form elements?

    A
    ng-element

    B
    ng-custom

    C
    ng-model

    D
    ng-app

    Note: Not available
    1. Report
  8. Question: Which of the following is true about ng-app directive?

    A
    ng-app directive defines and links an AngularJS application to HTML.

    B
    ng-app directive indicates the start of the application.

    C
    Both of the these.

    D
    None of the these.

    Note: ng-app directive defines and links an AngularJS application to HTML. It also indicate the start of the application.
    1. Report
  9. Question: ng-init directive can be used to put values to the variables to be used in the application.

    A
    True

    B
    False

    Note: Not available
    1. Report
  10. Question: Which of the following is not a core AngularJS directive.

    A
    ng-app

    B
    ng-model

    C
    ng-bind

    D
    ng-state

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd