ga-wdi-exercises / shaping-up-with-angular

0 stars 20 forks source link

Angular Intro HW #80

Closed StormyRamsey closed 7 years ago

StormyRamsey commented 7 years ago

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.