Terminology Flashcards

1
Q

View

A

html, what the user sees

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Model

A

data thats binded to the view

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Controller

A

binds a particular controller and its functions to the template or view

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Dependency Injection

A

passing data to a function / explicit parameter of the function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Directive

A

markers in the html/view (DOM) that attaches a specific behavior in the view

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Injector

A

is a service that can be used to load modules, invoke methods, and instantiate types

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

$q

A

service that provides promises and deferred functionionality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Promises

A

post processing logic that are executed after an operation is completed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Deferred

A

used to control when and how the promises will be executed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

2 way binding

A

data between the model and html expression that can both change and display the value of a variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly