iron-swipeable-pages icon indicating copy to clipboard operation
iron-swipeable-pages copied to clipboard

Fix demos for 2.0-preview

Open myfrom opened this issue 8 years ago • 1 comments
trafficstars

Demos doesn't work on 2.0-preview

There are few things to make them work again:

  • [ ] Change <style is="custom-style"> to <custom-style><style is="custom-style"></style></custom-style> (Hybrid syntax valid for 2.0 and 1.0)
  • [ ] Change <template is="dom-bind"> to <dom-bind><template is="dom-bind"></template></dom-bind> (Hybrid syntax valid for 2.0 and 1.0)
  • [ ] Import <link rel="import" href="../../polymer/lib/elements/dom-bind.html"> to load dom-bind (required in 2.0)
  • [ ] Change @apply mixins to new syntax ~~@apply(--mixin);~~ => @apply --mixin;

myfrom avatar May 25 '17 17:05 myfrom

I've made the changes in the iron-swipeable-pages.html. It's not working though. @myfrom

michael-learns avatar Dec 07 '17 08:12 michael-learns