Model View Whatever (MVW) is an architectural pattern introduced by AngularJS, gathering MVC, MVVM and MVP.
Overview
MVW stands for Model-View-Whatever
.
This pattern was introduced by AngularJS in 2012, to emphazise that AngularJS became enought flexible, and may as well be MVC than MVVM than MVP.