Angular MVC
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.
Dependency Injection
Dependency injection lets us follow a development style in which, instead of creating dependencies, our classes just ask for what they need.
ng-bind
use in Index.html. Users see nothing until data has loaded.