change docs wip

This commit is contained in:
Leo Horie 2015-04-03 10:32:20 -04:00
parent f85e3a675c
commit bffc5d2eec
4 changed files with 8 additions and 9 deletions

View file

@ -118,8 +118,6 @@ Knockout is a library focused on data binding. It is not an MVC framework in the
A Knockout view model is an amalgamation of model and controller layers in a single class. In contrast, Mithril separates the two layers more distinctly.
Generally speaking, Knockout applications tend to be more tightly coupled than Mithril since Knockout doesn't provide an equivalent to Mithril's modules and components.
As with Angular, Knockout templates are written in HTML, and therefore have the same pros and cons as Angular templates.
### Vue