Yes
No
Can be yes or no
Can not say
{ }
()
[]
{{ }}
ng-app
ng-model
ng-bind
ng-init
AngularJS is a very powerful JavaScript Framework
It extends HTML DOM with additional attributes and makes it more responsive to user actions.
AngularJS is open source, completely free, and used by thousands of developers around the world.
All of the above
AngularJS code is unit testable.
AngularJS provides reusable components.
AngularJS uses dependency injection and make use of separation of concerns.
module()
angular.module()
js.mod()
angular module()
TRUE
FALSE
Can be true or false
Scops
Filter
Data binding
Service
True
False
none
all
HTML and PHP
HTML and CrossScript
HTML and AngularScript
HTML and JavaScriptcorrect
Services are JavaScript functions
Services are responsible to do specific tasks only
Inbuilt services are always prefixed with $ symbol
var app = angular.module(["myApp","param");
var app = angular.module("myApp", []);
var app = angular.module();
var app = angular.module("myApp");
angular.bootstrap
angular.element
angular.copy
None of the above
It creates an application module
It invokes an application module
It destroys an application module
None
On an element, one could either put simply the attribute such as (ng-app, datang-app, ng:app, x-ng-app)
Put the named attribute such as (ng-app='demoApp')
Both of the above
the data
thefunction
thevariable
None of these
data-ng-model
ng-controller
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.
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