Module - an overall container for the programs code and various file structures
Controller - directs data, controls scope
Data binding - standardizes data across aspects of the program
Directives - manipulates DOM / HTML elements
Angular Expression - code snippets that can be interpolated between other code
View Model - puts more of the codes action in the view
Module - an overall container for the programs code and various file structures Controller - directs data, controls scope Data binding - standardizes data across aspects of the program Directives - manipulates DOM / HTML elements Angular Expression - code snippets that can be interpolated between other code View Model - puts more of the codes action in the view