FrontBackGeek

What is two way data binding in angular js ?

FrontBackGeek 3 years ago

Two way data binding keeps the model and view in sync at all times, i.e a change in model, updates the view and a change in view, updates the model….

FrontBackGeek

How to handle events in angular js

FrontBackGeek 3 years ago

In this blog we will understand how to handle event actions like clicking a button. The common way to handle events is through the functions or methods. In this blog…