-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove emberjs-require example, redirect to README
Close #528
- Loading branch information
Showing
26 changed files
with
6 additions
and
1,035 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,28 +1,3 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>ember.js + require.js • TodoMVC</title> | ||
<link rel="stylesheet" href="../../assets/base.css"> | ||
<link rel="stylesheet" href="../../assets/jasmine/jasmine.css"> | ||
<link rel="stylesheet" href="css/app.css"> | ||
<!--[if IE]> | ||
<script src="../../assets/ie.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body> | ||
<section id="todoapp"></section> | ||
<footer id="info"> | ||
<p>Double-click to edit a todo</p> | ||
<p> | ||
Created by | ||
<a href="http://github.com/tomdale">Tom Dale</a>, | ||
<a href="http://github.com/stas">Стас Сушков</a> | ||
</p> | ||
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p> | ||
</footer> | ||
<script src="../../assets/base.js"></script> | ||
<script data-main="js/app.js" src="js/lib/require/require.js"></script> | ||
</body> | ||
</html> | ||
<title>ember.js + require.js • TodoMVC</title> | ||
<meta http-equiv="refresh" content="0;URL=README.md"> |
This file was deleted.
Oops, something went wrong.
72 changes: 0 additions & 72 deletions
72
dependency-examples/emberjs_require/js/app/controllers/entries.js
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
dependency-examples/emberjs_require/js/app/controllers/todos.js
This file was deleted.
Oops, something went wrong.
80 changes: 0 additions & 80 deletions
80
dependency-examples/emberjs_require/js/app/models/store.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.