Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
c08c83b8
Commit
c08c83b8
authored
May 05, 2013
by
Pascal Hartig
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #551 from stephenplusplus/ember_sample
add source and demo link to ember+rjs readme
parents
ac970f5e
a59d566a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
dependency-examples/emberjs_require/readme.md
dependency-examples/emberjs_require/readme.md
+8
-2
No files found.
dependency-examples/emberjs_require/readme.md
View file @
c08c83b8
# Ember.js + Require
.js
• [TodoMVC](http://todomvc.com)
# Ember.js + Require
JS
• [TodoMVC](http://todomvc.com)
This example was removed, because the Ember.js dependency injection architecture
This example was removed, because the Ember.js dependency injection architecture
does not provide appropriate hooks for asynchronous module loading yet and thus
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
)
.
For more information,
[
read the discussion
](
https://github.com/addyosmani/todomvc/pull/528
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment