forked from tastejs/todomvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request tastejs#551 from stephenplusplus/ember_sample
add source and demo link to ember+rjs readme
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
# Ember.js + Require.js • [TodoMVC](http://todomvc.com) | ||
# Ember.js + RequireJS • [TodoMVC](http://todomvc.com) | ||
|
||
This example was removed, because the Ember.js dependency injection architecture | ||
does not provide appropriate hooks for asynchronous module loading yet and thus | ||
the use of Require.js with Ember.js is not advised. | ||
the use of RequireJS with Ember.js is not advised. | ||
|
||
To see what a TodoMVC application using Ember.js and RequireJS would look like | ||
in its current state, visit: | ||
|
||
[Ember.js + RequireJS Source](https://github.com/stephenplusplus/todomvc/tree/emberjs_require/dependency-examples/emberjs_require) | ||
[Ember.js + RequireJS Demo](http://stephenplusplus.github.io/todomvc-emberjs-requirejs/dependency-examples/emberjs_require) | ||
|
||
For more information, [read the discussion](https://github.com/addyosmani/todomvc/pull/528). |