1.
Which is the correct syntax of AngularJS directive ng-show?
2.
The .subscribe in AngularJS is used for?
3.
Consider the below statement – what will be the output?
The result is: {{qty * price}}
4.
Consider the below statement – what will be the output?
The result is: {{qty * price}}
5.
Which directive defines the application controller?
6.
Write a statement with element to initialize two variables (name and age)?
7.
AngularJS expressions are written inside _____.
8.
Which AngularJS filter orders an array by an expression?
9.
Which method of $location service is used to get the current URL without any parameters?
10.
Which of the below is an Invalid filter in AngularJS?
11.
Which directive can be used to write AngularJS expressions?
12.
Which AngularJS filter limits an array/string, into a specified number of elements/characters?
13.
Consider the below statement, how to print the value of "StudentName"?
Input something in the input box:
Name:
You wrote: _______
14.
Consider the below statement – what will be the output?
The value is {{values[0]}} + {{values[2]}}
15.
Which is not a valid method of $location service?
16.
Being a JavaScript-only framework, applications written in AngularJS are not safe and secure.
17.
In the below given statement, "myApp" parameter refers to ____.
18.
Can we create custom directives in AngularJS?
19.
In AngularJS, what is the data binding?
20.
Which of the following can be used as a prefix for Directive?