data-ng-model
ng-app
ng-controller
None of these
The scope is the binding part between the HTML (view) and the JavaScript (controller).
The scope is an object with the available properties and methods.
The scope is available for both the view and the controller.
All of the above
Brad Green
Igor Minor
Misko Hevery
Brian Ford
It is used for registering DOM listeners as well as instance DOM manipulation
It is used to retrieve object instances as defined by provider
It is used for template DOM Manipulation and collect all of the directives
The method traverses the DOM and matches the directives
DOMContentLoaded event happens
document.readyState is set to complete
Both of the above
None of the above
double braces like {{ expression}}
single braces like {expression}
small bracket like (expression)
capital bracket like [expression]
angular.bootstrap
angular.element
angular.copy
Model
View
Controller
Module
Typically using the new operator, dependency can be created
By referring to a global variable, dependency can be looked up
Dependency can be passed into where it is required
$param
$control
$scope
$scont
ng-include
ng-form
ng-bind
ng-attach
JavaScript file is loaded
The angular global object is created
Your JavaScript which registers controller functions is executed
All of above
'ng-', 'data-ng-', 'ng:'
'ng-'
'ng-', 'data-ng-', 'ng:', 'x-ng-'
'ng-', 'data-ng-','x-ng-'
false
true
None
Yes
No
All
XML
CSV
JSON
AngularJS accepts any format
model
services
factory
scope
ng-required
ng-minlength
ng-pattern
To just define a factory
To define a factory and its methods
To define factory and assign method to it
To define a factory and use as service
Service