jmesserly@google.com
|
0acc931fc4
|
port polymer data binding tests
R=sigmund@google.com
Review URL: https://codereview.chromium.org//25740006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29139 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-24 00:59:31 +00:00 |
|
jmesserly@google.com
|
bfab5f3693
|
remove type annotation from AttributeMapWrapper
for some reason dart2js doesn't like this
BUG=
Review URL: https://codereview.chromium.org//33173004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29100 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-23 17:22:19 +00:00 |
|
jmesserly@google.com
|
72d5dcb0cd
|
fix template_binding tests on safari/ie
TemplateElement is not supported on these platforms *
* in Polymer, the ShadowDOM polyfill takes care of this so it will work okay.
BUG=
Review URL: https://codereview.chromium.org//36453002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29059 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-23 03:59:22 +00:00 |
|
jmesserly@google.com
|
360ea42322
|
Rename mdv -> template_binding, remove experiemntal apis from dart:html
essentially, we trade off reduce dart:html API surface area for more annoying usage of these APIs. Since Polymer hides most of this, I suspect it won't be too annoying in practice.
Sample usage:
nodeBind(node).bind(...)
templateBind(node).model = ...;
R=sigmund@google.com
Review URL: https://codereview.chromium.org//34453003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29057 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-23 02:11:49 +00:00 |
|