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

Make Aura TodoMVC compatible with latest Aura #3

Open
wants to merge 6 commits into
base: gh-pages
Choose a base branch
from
Open

Make Aura TodoMVC compatible with latest Aura #3

wants to merge 6 commits into from

Conversation

tauren
Copy link

@tauren tauren commented Sep 16, 2013

I checked out the Aura TodoMVC project and ran npm install; bower install. Since package.json indicates latest for aura, the app wouldn't run locally. This is because the latest Aura uses an API that is incompatible with this app.

This pull request makes TodoMVC compatible with the latest Aura. It also uses aura_components and bower_components instead of components and widgets.

The reason this pull request looks so enormous is that all of the bower components have been updated to new versions. Since this is a gh-pages branch, these components need to be committed into the repo. There are not really a whole lot of actual changes to the project.

Update list.hbs template to use data-aura-component instead of data-aura-widget
Fix todos/main.js: _.bindAll(this) no longer supported in latest underscore
Update AuraJS api calls for current state of Aura
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.

None yet

1 participant