Server-side Framework
JavaScript Framework
Database System
CSS Framework
MVC
FTP
TCP/IP
Client-Server Only
{{ }}
[[ ]]
(( ))
<< >>
What is the output?
<div ng-app="" ng-init="x=10"> {{x*2}} </div>
10
20
100
Error
ng-model
ng-repeat
ng-bind
ng-if
Automatic synchronization of data between model and view components
Automatic synchronization of data between model and controller components
Technique to save HTML data in the database
Technique to bind database data to HTML control
It is the synchronization between the model and the view
ng-model directive is used to bind data from the model to the view on HTML controls
double brackets (( )) can be used to display content from the model
ng-bind directive is used to bind the inner HTML of the element to the specified model Property
ng-start
ng-controller
ng-app
ng-init