This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,12 @@ component in an interconnected way like a well-oiled machine. AngularJS is JavaS
5555and done right. (Well it is not really MVC, read on, to understand what this means.)
5656
5757#### MVC, no, MV* done the right way!
58- MVC, short for Model-View-Controller, is a design pattern, i.e. how the code should be organized and
59- how the different parts of an application separated for proper readability and debugging. Model is
60- the data and the database. View is the user interface and what the user sees. Controller is the main
61- link between Model and View. These are the three pillars of major programming frameworks present on
62- the market today. On the other hand AngularJS works on MV* , short for Model-View-_ Whatever_ . The
58+ [ MVC] ( https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller ) , short for
59+ Model-View-Controller, is a design pattern, i.e. how the code should be organized and how the
60+ different parts of an application separated for proper readability and debugging. Model is the data
61+ and the database. View is the user interface and what the user sees. Controller is the main link
62+ between Model and View. These are the three pillars of major programming frameworks present on the
63+ market today. On the other hand AngularJS works on MV* , short for Model-View-_ Whatever_ . The
6364_ Whatever_ is AngularJS's way of telling that you may create any kind of linking between the Model
6465and the View here.
6566
You can’t perform that action at this time.
0 commit comments