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

More demo updates #3799

Merged
merged 4 commits into from
Dec 13, 2017
Merged

More demo updates #3799

merged 4 commits into from
Dec 13, 2017

Conversation

chasenlehara
Copy link
Member

  • Add demos/can-stache-bindings-legacy/
  • Update the can-stache-bindings demos with new CanJS 3 features
  • Fix the can-stache-converters select[multiple] demo
  • Update can-view-callbacks demos with new syntax

These are now needed by can-stache-bindings: canjs/can-stache-bindings@a888799
This avoids using deprecated APIs that will be removed in CanJS 4 and fixes some other warnings.

Part of #3793
Also remove a confusing `console.log()`
@@ -44,24 +38,21 @@
</select>

<ul>
{{#each(colors)}}
{{#each colors}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this one using helper syntax?

@chasenlehara chasenlehara merged commit 7ac94a0 into master Dec 13, 2017
@chasenlehara chasenlehara deleted the update-can-stache-bindings-demos branch December 13, 2017 17:17
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

Successfully merging this pull request may close these issues.

2 participants