The author has just renamed MVC to match the terminology that Angular uses. It's still the same thing.<p>Model is used to manage data from a web service, Angular calls it a Service (or Factory).<p>Views output the markup injected into the DOM, same as a Directive.<p>Controllers bind the Models and Views, and just so happen to have the same name in Angular.