85d6abbd52
This means MDV can be used without a compile step. It continues to support implementation by-hand, so we can transform these objects automatically at deployment time. R=sigmund@google.com Review URL: https://codereview.chromium.org//19771010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25326 260f80e4-7a28-3924-810f-c04153c831b5
17 lines
574 B
YAML
17 lines
574 B
YAML
name: mdv
|
|
author: "Web UI Team <web-ui-dev@dartlang.org>"
|
|
homepage: https://github.com/dart-lang/web-ui
|
|
description: >
|
|
Model-Driven-Views (MDV) extends HTML and the DOM APIs to support a sensible
|
|
separation between the UI (DOM) of a document or application and its
|
|
underlying data (model).
|
|
Updates to the model are reflected in the DOM and user input into the DOM is
|
|
immediately assigned to the model.
|
|
dependencies:
|
|
logging: any
|
|
observe: any
|
|
# This is only for IdentityMap. See http://dartbug.com/4161.
|
|
serialization: any
|
|
dev_dependencies:
|
|
unittest: any
|