I intend to use observer pattern to update views automatically once value of model has been changed. It's obvious that a model is observable (subject) and DOM elements are observers that are staring at model for any changes so that they can update themselves.
But do you think it is still unidirectional data flow if I have a button which is observing model value and on click modify model value