AngularJS is not a strict MVC architecture (and I don't believe they apply that term anywhere in their documentation either). However, a few days ago I posted a very short description of Angular's quasi-MVC architecture here: https://groups.google.com/d/msg/angular/imEvefbuNFc/W27fSRvG_3wJ
Note Angular puts the V and the C together and doesn't separate them and calls it a 'controller'. On the other hand you can say Angular 'directives' are in fact the 'V'. However, on the other hand, one can argue Angular doesn't provide for V at all and rides on what's provided by Javascript (or JQuery), etc. Also M is provided by Angular 'services', (which are nominally 'singletons') if you choose to look at it that way. Regardless, AngularJS' architecture works and it works very well whatever designation you choose to give it. On Wednesday, March 11, 2015 at 12:26:52 PM UTC-4, Keneth RodrÃguez wrote: > > Hello, > > I'm really new on angular platform, and I was wondering about how does the > MVC works, I need to see exactly how all layer has been divided. Could > anybody explain me with a example how exactly angular MVC works? > Layer by layer if is possible, really want to understand clearly how to. > > I really appreciate your help, > > Thank you very much for your help, > Greetings. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
