AngularJS two-way data binding

1, js angular introduced in the page  

2, Angular common properties  

        ng-app used on any element, representative of angular application scope ng-controller specified controller ng-model designated Model  

        ng-bind or {{}} attribute name attribute value for display  

What is the two-way data binding?  

Update the model, the view will automatically update, update the view, the model is automatically updated  

Guess you like

Origin blog.csdn.net/qq_40208605/article/details/91362444