AngularJS Tutorial 2 - Hello World

preview_player
Показать описание
AngularJS Hello World : In this video we will learn how to create simple hello world demo using angularJS .

we will also learn about ng-app directive that will auto-bootstrap your angular application.

The ng-model directive binds the value of HTML controls (input, select, textarea) to application data or the variable you will create
.
The binding goes both ways. If the user changes the value inside the input field, the AngularJS property will also change its value:
Рекомендации по теме
Комментарии
Автор

When i run the above code data binding is not happening in correct manner even after using ng-model

asgonaki