The module is where we write the various pieces of our Angular app. W
The controller is where we define functions and values.
Data Binding is the synchronization of data between the model and view.
A directive is a marker on an html tag to run or reference JS.
An Angular Expression allows you to insert JS in your HTML.
The View Model is the separation of what the screen displays and what is going on behind the curtain.
The module is where we write the various pieces of our Angular app. W The controller is where we define functions and values. Data Binding is the synchronization of data between the model and view. A directive is a marker on an html tag to run or reference JS. An Angular Expression allows you to insert JS in your HTML. The View Model is the separation of what the screen displays and what is going on behind the curtain.