Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Side by Side Diff: pkg/mdv/pubspec.yaml

Issue 34453003: Rename mdv -> template_binding, remove experiemntal apis from dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/mdv/lib/src/text_area_element.dart ('k') | pkg/mdv/test/analyzer_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 name: mdv
2 author: Web UI Team <web-ui-dev@dartlang.org>
3 description: >
4 Model-Driven-Views (MDV) extends HTML and the DOM APIs to support a sensible
5 separation between the UI (DOM) of a document or application and its
6 underlying data (model).
7 Updates to the model are reflected in the DOM and user input into the DOM is
8 immediately assigned to the model.
9 homepage: https://www.dartlang.org/polymer-dart/
10 dependencies:
11 logging: any
12 observe: any
13 dev_dependencies:
14 unittest: any
OLDNEW
« no previous file with comments | « pkg/mdv/lib/src/text_area_element.dart ('k') | pkg/mdv/test/analyzer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698