Module - The module are where our application components live.
Controller - The controller is where we add the behaviors.
Data Binding - Data-binding in AngularJs is the automatic synchronization of data between the model and view components.
Directive - The directives are HTML annotations that trigger JS behaviors.
Angular Expression (i.e., {{ }}) - Angular expressions are used to display values with the page.
View Model - the view is responsible for issuing specific commands to the controller that it operates on.
Module - The module are where our application components live. Controller - The controller is where we add the behaviors. Data Binding - Data-binding in AngularJs is the automatic synchronization of data between the model and view components. Directive - The directives are HTML annotations that trigger JS behaviors. Angular Expression (i.e., {{ }}) - Angular expressions are used to display values with the page. View Model - the view is responsible for issuing specific commands to the controller that it operates on.