Skip to content

Commit

Permalink
Update to Ember 1.4.0-beta.2
Browse files Browse the repository at this point in the history
Ember 1.3.1 has an issue that prevents loading/error substates from
working properly (see [detailed
comment](ember-cli/ember-resolver#13 (comment))).

This was fixed upstream and is working properly on Ember 1.4.0-beta.2.
  • Loading branch information
rwjblue authored and Tom Coquereau committed Feb 6, 2014
1 parent 0f007cc commit 157082e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"handlebars": "~1.1.2",
"jquery": "~1.9.1",
"qunit": "~1.12.0",
"ember": "~1.3.0-beta.4",
"ember": "~1.4.0-beta.2",
"ember-data": "~1.0.0-beta.4",
"ember-resolver": "git://github.com/stefanpenner/ember-jj-abrams-resolver.git#master",
"ic-ajax": "~0.2",
"ember-testing-httpRespond": "~0.1.1",
"moment": "~2.4.0"
},
"resolutions": {
"ember": "~1.3.0-beta.4"
"ember": "~1.4.0-beta.2"
}
}

0 comments on commit 157082e

Please sign in to comment.