3. Data Binding in AngularJS (Hindi)

Published: 28 March 2021
on channel: Extreme Programmer
626
28

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)  


On this page of the site you can watch the video online 3. Data Binding in AngularJS (Hindi) with a duration of hours minute second in good quality, which was uploaded by the user Extreme Programmer 28 March 2021, share the link with friends and acquaintances, this video has already been watched 626 times on youtube and it was liked by 28 viewers. Enjoy your viewing!