TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AngularJS isn't MVC, it's SDC

2 pointsby vuknjeabout 11 years ago

1 comment

pedalpeteabout 11 years ago
The author has just renamed MVC to match the terminology that Angular uses. It&#x27;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.