Commit 306c0215 authored by Pascal Hartig's avatar Pascal Hartig

Durandal: Link and style fixes

parent 14d8399b
<div> <div>
<div> <div>
<!--ko compose: { <!--ko compose: {
model: router.activeItem, // wiring the router model: router.activeItem, // wiring the router
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</div> </div>
<footer id="info"> <footer id="info">
<p>Double-click to edit a todo</p> <p>Double-click to edit a todo</p>
<p>Original Knockout version from <a href="https://github.com/abhinavgujjar/durandal-todos">Abhinav Gujjar</a></p> <p>Written by <a href="https://github.com/abhinavgujjar">Abhinav Gujjar</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p> <p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer> </footer>
</div> </div>
...@@ -7,5 +7,4 @@ ...@@ -7,5 +7,4 @@
model: 'js/viewmodels/list', activate: true model: 'js/viewmodels/list', activate: true
}--><!--/ko--> }--><!--/ko-->
</div> </div>
</section> </section>
...@@ -696,8 +696,8 @@ ...@@ -696,8 +696,8 @@
}, },
"durandal": { "durandal": {
"name": "Durandal", "name": "Durandal",
"description": "Single Page Apps Done Right..", "description": "Single Page Apps Done Right.",
"homepage": "http://durandaljs.com", "homepage": "durandaljs.com",
"examples": [{ "examples": [{
"name": "Dependency Example", "name": "Dependency Example",
"url": "labs/dependency-examples/durandal/index.html" "url": "labs/dependency-examples/durandal/index.html"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment