| 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 | |
| 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. |
| 9 homepage: https://www.dartlang.org/polymer-dart/ |
| 10 dependencies: | 10 dependencies: |
| 11 logging: any | 11 logging: any |
| 12 observe: any | 12 observe: any |
| 13 # This is only for IdentityMap. See http://dartbug.com/4161. | |
| 14 serialization: any | |
| 15 dev_dependencies: | 13 dev_dependencies: |
| 16 unittest: any | 14 unittest: any |
| OLD | NEW |