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.
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.
3
Q
ng-bind
A
use in Index.html. Users see nothing until data has loaded.