Better way course Flashcards
1
Q
Template
A
HTML with additional markup
2
Q
Directives
A
extend HTML with custom attributes and elements
3
Q
Model
A
the data that is shown to the user and with which the user interacts
4
Q
Scope
A
context that is shown to the user and with which the user interacts
5
Q
Expressions
A
access variables and functions from the scope
6
Q
View
A
what the user sees ( the DOM)
7
Q
Data Binding
A
sync data between the model and the view
8
Q
Controller
A
the business logic behind views
9
Q
Dependency Injection
A
Creates and wires objects / functions. instead of creating dependencies, our classes just ask for what they need.
10
Q
Injector
A
dependency injection container
11
Q
Module
A
?
12
Q
Service
A
reusable business logic independent of views