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

0 stars 20 forks source link

Conner Johnson Angular #76

Closed cconnerj closed 7 years ago

cconnerj commented 7 years ago

module: used to write and define dependecies and organize code that is maintainable.

Controller: It helps us get data on the page/html. We define our functions here for an applications behavior.

Directive: It is what binds the js behavior to an html tag. Examples include ng-hide, ng-repeat

Angular expression: Expressions written in angular defined by {{}}. Used to insert values into our html.

Data Binding: the sychronization between the model and the view

View model: It is the model for the view!