AngularJS Book Flashcards

1
Q

Angular MVC

A

In Angular applications, the view is the Document Object Model (DOM), the controllers are JavaScript classes, and the model data is stored in object properties.

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

Dependency Injection

A

Dependency injection lets us follow a development style in which, instead of creating dependencies, our classes just ask for what they need.

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

ng-bind

A

use in Index.html. Users see nothing until data has loaded.

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