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>" |
3 homepage: https://github.com/dart-lang/web-ui | 3 homepage: https://github.com/dart-lang/web-ui |
4 description: > | 4 description: > |
5 Model-Driven-Views (MDV) extends HTML and the DOM APIs to support a sensible | 5 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 | 6 separation between the UI (DOM) of a document or application and its |
7 underlying data (model). | 7 underlying data (model). |
8 Updates to the model are reflected in the DOM and user input into the DOM is | 8 Updates to the model are reflected in the DOM and user input into the DOM is |
9 immediately assigned to the model. | 9 immediately assigned to the model. |
10 dependencies: | 10 dependencies: |
| 11 logging: any |
11 observe: any | 12 observe: any |
12 # This is only for IdentityMap. See http://dartbug.com/4161. | 13 # This is only for IdentityMap. See http://dartbug.com/4161. |
13 serialization: any | 14 serialization: any |
14 dev_dependencies: | 15 dev_dependencies: |
15 unittest: any | 16 unittest: any |
OLD | NEW |