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
Sven Franck
todomvc
Commits
c49c6c44
Commit
c49c6c44
authored
Feb 13, 2013
by
Sindre Sorhus
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #438 from passy/doubleclick-hint
Consistency fix for double-click hint
parents
18ca344d
20958f6f
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
architecture-examples/angularjs-perf/index.html
architecture-examples/angularjs-perf/index.html
+1
-1
architecture-examples/angularjs/index.html
architecture-examples/angularjs/index.html
+1
-1
architecture-examples/knockoutjs/index.html
architecture-examples/knockoutjs/index.html
+1
-1
labs/architecture-examples/knockoutjs_classBindingProvider/index.html
...cture-examples/knockoutjs_classBindingProvider/index.html
+1
-1
labs/architecture-examples/rappidjs/app/Todo.xml
labs/architecture-examples/rappidjs/app/Todo.xml
+1
-1
labs/architecture-examples/typescript-angular/index.html
labs/architecture-examples/typescript-angular/index.html
+1
-1
labs/dependency-examples/angularjs_require/index.html
labs/dependency-examples/angularjs_require/index.html
+1
-1
labs/dependency-examples/knockoutjs_require/index.html
labs/dependency-examples/knockoutjs_require/index.html
+1
-1
No files found.
architecture-examples/angularjs-perf/index.html
View file @
c49c6c44
...
...
@@ -54,7 +54,7 @@
</footer>
</section>
<footer
id=
"info"
>
<p>
Double-click to edit a todo
.
</p>
<p>
Double-click to edit a todo
</p>
<p>
Credits:
<a
href=
"http://twitter.com/cburgdorf"
>
Christoph Burgdorf
</a>
,
<a
href=
"http://ericbidelman.com"
>
Eric Bidelman
</a>
,
...
...
architecture-examples/angularjs/index.html
View file @
c49c6c44
...
...
@@ -54,7 +54,7 @@
</footer>
</section>
<footer
id=
"info"
>
<p>
Double-click to edit a todo
.
</p>
<p>
Double-click to edit a todo
</p>
<p>
Credits:
<a
href=
"http://twitter.com/cburgdorf"
>
Christoph Burgdorf
</a>
,
<a
href=
"http://ericbidelman.com"
>
Eric Bidelman
</a>
,
...
...
architecture-examples/knockoutjs/index.html
View file @
c49c6c44
...
...
@@ -51,7 +51,7 @@
</footer>
</section>
<footer
id=
"info"
>
<
span
data-bind=
"visible: todos().length"
>
Double-click to edit a todo
</span
>
<
p>
Double-click to edit a todo
</p
>
<p>
Original Knockout version from
<a
href=
"https://github.com/ashish01/knockoutjs-todos"
>
Ashish Sharma
</a></p>
<p>
Rewritten to use Knockout 2.0 and standard template by
<a
href=
"http://knockmeout.net"
>
Ryan Niemeyer
</a></p>
<p>
Patches/fixes for cross-browser compat:
<a
href=
"http://twitter.com/addyosmani"
>
Addy Osmani
</a></p>
...
...
labs/architecture-examples/knockoutjs_classBindingProvider/index.html
View file @
c49c6c44
...
...
@@ -51,7 +51,7 @@
</footer>
</section>
<footer
id=
"info"
>
<
span
data-class=
"todos.listVisible"
>
Double-click to edit a todo
</span
>
<
p>
Double-click to edit a todo
</p
>
<p>
Original Knockout version from
<a
href=
"https://github.com/ashish01/knockoutjs-todos"
target=
"_blank"
>
Ashish Sharma
</a></p>
<p>
Rewritten to use Knockout 2.0 and standard template by
<a
href=
"http://knockmeout.net"
target=
"_blank"
>
Ryan Niemeyer
</a></p>
<p>
Patches/fixes for cross-browser compat:
<a
href=
"http://twitter.com/addyosmani"
target=
"_blank"
>
Addy Osmani
</a></p>
...
...
labs/architecture-examples/rappidjs/app/Todo.xml
View file @
c49c6c44
...
...
@@ -53,7 +53,7 @@
</footer>
</section>
<footer
id=
"info"
>
<p
visible=
"{todoList.hasItems()}"
>
Double-click to edit a todo
</p>
<p>
Double-click to edit a todo
</p>
<p>
Created by
<a
href=
"http://github.com/krebbl"
>
Marcus Krejpowicz
</a>
with
<a
href=
"http://rappidjs.com"
>
<
rAppid:js/
>
</a>
<br/>
...
...
labs/architecture-examples/typescript-angular/index.html
View file @
c49c6c44
...
...
@@ -54,7 +54,7 @@
</footer>
</section>
<footer
id=
"info"
>
<p>
Double-click to edit a todo
.
</p>
<p>
Double-click to edit a todo
</p>
<p>
Credits:
<a
href=
"http://twitter.com/cburgdorf"
>
Christoph Burgdorf
</a>
,
<a
href=
"http://ericbidelman.com"
>
Eric Bidelman
</a>
,
...
...
labs/dependency-examples/angularjs_require/index.html
View file @
c49c6c44
...
...
@@ -63,7 +63,7 @@
</footer>
</section>
<footer
id=
"info"
>
<p>
Double-click to edit a todo
.
</p>
<p>
Double-click to edit a todo
</p>
<p>
Credits:
<a
href=
"http://twitter.com/cburgdorf"
>
Christoph Burgdorf
</a>
,
<a
href=
"http://ericbidelman.com"
>
Eric Bidelman
</a>
,
...
...
labs/dependency-examples/knockoutjs_require/index.html
View file @
c49c6c44
...
...
@@ -41,7 +41,7 @@
</footer>
</section>
<footer
id=
"info"
>
<
span
data-bind=
"visible: todos().length"
>
Double-click to edit a todo.
</span
>
<
p>
Double-click to edit a todo
</p
>
<p>
Original Knockout version from
<a
href=
"https://github.com/ashish01/knockoutjs-todos"
>
Ashish Sharma
</a></p>
<p>
Rewritten to use Knockout 2.0 and standard template by
<a
href=
"http://knockmeout.net"
>
Ryan Niemeyer
</a></p>
<p>
Patches/fixes for cross-browser compat:
<a
href=
"http://twitter.com/addyosmani"
>
Addy Osmani
</a></p>
...
...
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