Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: mdv | 1 name: mdv |
| 2 author: "Web UI Team <web-ui-dev@dartlang.org>" | 2 author: Web UI Team <web-ui-dev@dartlang.org> |
|
Jennifer Messerly
2013/09/09 19:13:08
are you sure this parses correctly? at some point
Jennifer Messerly
2013/09/09 19:13:53
specifically: the link didn't show up on pub.dartl
kevmoo-old
2013/09/09 19:22:27
Yup. This is how the editor formats the Yaml.
kevmoo-old
2013/09/09 19:22:27
Explain?
Jennifer Messerly
2013/09/09 19:25:33
The mailto: link didn't work. But yeah, it must be
| |
| 3 homepage: https://github.com/dart-lang/web-ui | |
|
Jennifer Messerly
2013/09/09 19:13:08
please restore pointing at: https://www.dartlang.o
kevmoo-old
2013/09/09 19:22:27
Done.
| |
| 4 description: > | 3 description: > |
| 5 Model-Driven-Views (MDV) extends HTML and the DOM APIs to support a sensible | 4 Model-Driven-Views (MDV) extends HTML and the DOM APIs to support a sensible |
| 6 separation between the UI (DOM) of a document or application and its | 5 separation between the UI (DOM) of a document or application and its |
| 7 underlying data (model). | 6 underlying data (model). |
| 8 Updates to the model are reflected in the DOM and user input into the DOM is | 7 Updates to the model are reflected in the DOM and user input into the DOM is |
| 9 immediately assigned to the model. | 8 immediately assigned to the model. |
| 10 dependencies: | 9 dependencies: |
| 11 logging: any | 10 logging: any |
| 12 observe: any | 11 observe: any |
| 13 # This is only for IdentityMap. See http://dartbug.com/4161. | |
| 14 serialization: any | |
| 15 dev_dependencies: | 12 dev_dependencies: |
| 16 unittest: any | 13 unittest: any |
| OLD | NEW |