This website requires JavaScript.
Explore
Help
Sign In
GreenPolyProducts
/
polymer
Watch
5
Star
0
Fork
0
You've already forked polymer
mirror of
https://github.com/Polymer/polymer.git
synced
2025-02-25 18:55:30 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
83f010440368f443e2058f6af2d670c90e3d242d
polymer
/
lib
/
elements
History
Steven Orvell
83f0104403
var -> let and turn on lint rule.
2017-03-03 15:58:52 -08:00
..
array-selector.html
var -> let and turn on lint rule.
2017-03-03 15:58:52 -08:00
custom-style.html
Add element summaries
2017-02-28 13:57:55 -08:00
dom-bind.html
Eliminate 2nd argument, add
OptionalMutableData
mixin/behavior.
2017-03-02 16:44:25 -08:00
dom-if.html
Make MutableData configurable via prop/attr.
2017-03-02 15:44:47 -08:00
dom-module.html
Fixes
#4357
. Adds
importPath
and
rootPath
properties to Polymer.Element. The
importPath
property defaults to the path part of the url containing the dom-module matching the element's static
is
property. The
rootPath
property is set to the
Polymer.rootPath
property and defaults to the path part of the main document url. These properties can be used in bindings to url's. The
importPath
property is used to scope url's in element styles. [Note, this depends on
https://github.com/webcomponents/html-imports/pull/44
].
2017-03-01 19:37:17 -08:00
dom-repeat.html
var -> let and turn on lint rule.
2017-03-03 15:58:52 -08:00