AngularJS Flashcards

Learn the framework

You may prefer our related Brainscape-certified flashcards:
1
Q

Template

A

HTML with additional markup

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

Directives

A

extend HTML with custom attributes and elements

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

Model

A

the data shown to the user in the view and with which the user interacts

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

Scope

A

context where the model is stored so that controllers, directives and expressions can access it

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

Expressions

A

access variables and functions from the scope

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

Compiler

A

parses the template and instantiates directives and expressions

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

Filter

A

formats the value of an expression for display to the user

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

View

A

what the user sees (the DOM)

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

Data binding

A

sync data between the model and the view

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

Controller

A

the business logic behind views

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

Dependency Injection

A

Creates and wires objects and functions

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

Injector

A

dependency injection container

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

Module

A

a container for the different parts of an app including controllers, services, filters, directives which configures the Injector

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

Service

A

reusable business logic independent of views

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