1. 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
  2. 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
  3. 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
  4. Question: The argument to the controller function is called _____

    A
    $scope

    B
    scope

    C
    $app

    D
    $scopes

    Note: Not available
    1. Report
  5. Question: Which Filter we should use to format a currency value?

    A
    LocalCurrency

    B
    GlobalCurrency

    C
    currency

    D
    CurrencyFilter

    Note: Not available
    1. Report
  6. Question: Which Filter we should use to format a general Numeric value?

    A
    numberFilter

    B
    Number

    C
    number

    D
    Numbers

    Note: Not available
    1. Report
  7. Question: Which is valid date filter in AngularJS?

    A
    Date

    B
    date

    C
    datetime

    D
    dates

    Note: Not available
    1. Report
  8. Question: Filter transform the data before it is processed by

    A
    Module

    B
    Directive

    C
    Model

    D
    Scope

    Note: Not available
    1. Report
  9. Question: Which is the case related filter for a string in AngularJS?

    A
    uppercase and lowercase

    B
    LowerCase and UpperCase

    C
    lowerCase

    D
    upperCase

    Note: Not available
    1. Report
  10. Question: The JSON Filter is used ______ in AngularJS

    A
    to filter raw data

    B
    to generate a JSON representation on JavaScript object

    C
    to search JSON data

    D
    to filter array data.

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