issues
search
SOunit
/
angularjs-memo
1
stars
0
forks
source link
model view view-model architecture
#8
Open
SOunit
opened
1 year ago
SOunit
commented
1 year ago
model
hold raw data
no logic to display data
view
ui
html, css
never change data
declaratively broadcasts events, but never handles them
ViewModel
presentation logic
never ask view to display anything
to separate
View
and
ViewModel
model
view
ViewModel
View
andViewModel