AngularJS Data Binding
Data binding in AngularJS is the synchronization between the model and the view.
What is Data Model?
AngularJS applications usually have a data model. The data model is a collection of data available for the application.
What is the View?
The HTML container where the AngularJS application is displayed, is called the view.The view has access to the model, and there are several ways of displaying model data in the view.
Two Ways to Display View:
1) You can use the ng-bind directive, which will bind the innerHTML of the element to the specified model property.
ng-bind="variable_name"
2) You can also use double braces {{ }} to display content from the model:
{{variable_name}}
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
View Complete Tutorial on the Playlist:
• 1. AngularJS Tutorial for Beginners (Hindi)
Nesta página do site você pode assistir ao vídeo on-line 3. Data Binding in AngularJS (Hindi) duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Extreme Programmer 28 Março 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 626 vezes e gostou 28 espectadores. Boa visualização!