Terminology Flashcards
View
html, what the user sees
Model
data thats binded to the view
Controller
binds a particular controller and its functions to the template or view
Dependency Injection
passing data to a function / explicit parameter of the function
Directive
markers in the html/view (DOM) that attaches a specific behavior in the view
Injector
is a service that can be used to load modules, invoke methods, and instantiate types
$q
service that provides promises and deferred functionionality
Promises
post processing logic that are executed after an operation is completed.
Deferred
used to control when and how the promises will be executed
2 way binding
data between the model and html expression that can both change and display the value of a variable