Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix demos for 2.0-preview #63

Open
4 tasks
myfrom opened this issue May 25, 2017 · 1 comment
Open
4 tasks

Fix demos for 2.0-preview #63

myfrom opened this issue May 25, 2017 · 1 comment

Comments

@myfrom
Copy link

myfrom commented May 25, 2017

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;
@michael-learns
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants