Skip to content

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.

1 participant