AngularJS is an HTML framework
AngularJS is a Java framework
AngularJS is a JavaScript framework
AngularJS is a SQL framework
Observer Pattern
Decorator pattern
MVC Architecture pattern
MVVM Architectural pattern
SPAs
MPAs
DPAs
CPAs
(expression)
{{expression}}
{{{expression}}}
[expression]
ng-app directive
ng-model directive
ng-bind directive
ng-init directive
{{ expression | filter1 | filter2 | ... }}
{{ expression | {filter1} | {filter2} | ... }}
{{ expression - {filter1} - {filter2} - ... }}
{{ {filter1} | {filter2} | ...-expression}}
The lowercase filter converts a text to lower case text.
The lowercase filter is a function that takes text as input.
Both of the above.
None of the above.
$dirty flag is used to state that value has been changed.
$dirty flag is used to state that the form has invalid data.
Angular controllers are used for controlling the data.
Angular controllers are used for displaying the data.
Both of the above are correct.
None of the above is correct.
var myModule= angular.module();
var myModule= new Module();
module("app", []);
None of the above
using Model
using services
using factory
using $scope
Synchronization of data between the model and view components.
Synchronization of data between the model and controller components.
Synchronization of data between the controller and view components.
lowercase
orderby
email
currency
Brad Green
Misko Hevery
Adam Abrons
Mike Adams
ng-app
ng-init
ng-model
ng-hide
Twitter
Facebook
Google
Microsoft
module()
mod()
angular module()
Element directives
Attribute
CSS
All of the above.
Zero
One
Two
Infinity
A currency filter is used to format the text in a currency format.
A currency filter is a function that takes text as input.
Both A and B