77851b1065
IdentityMap is no longer used R=jmesserly@google.com Review URL: https://codereview.chromium.org//23724022 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27306 260f80e4-7a28-3924-810f-c04153c831b5
15 lines
491 B
YAML
15 lines
491 B
YAML
name: mdv
|
|
author: Web UI Team <web-ui-dev@dartlang.org>
|
|
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.
|
|
homepage: https://www.dartlang.org/polymer-dart/
|
|
dependencies:
|
|
logging: any
|
|
observe: any
|
|
dev_dependencies:
|
|
unittest: any
|