Commit 0194041a authored by Alan Bares's avatar Alan Bares Committed by Sam Saccone

Fix dead link to source of Binding.scala TodoMVC application (#1669)

Fixes #1669 
parent 359ee851
{ {
"angularjs": { "angularjs": {
"name": "AngularJS", "name": "AngularJS",
"description": "HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.", "description": "HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.",
...@@ -1919,8 +1919,7 @@ ...@@ -1919,8 +1919,7 @@
"examples": [{ "examples": [{
"type": "backend", "type": "backend",
"name": "This TodoMVC application", "name": "This TodoMVC application",
"url": "examples/binding-scala", "url": "examples/binding-scala"
"source_url": "https://github.com/ThoughtWorksInc/todo"
}, { }, {
"type": "backend", "type": "backend",
"name": "Other live DEMOs", "name": "Other live DEMOs",
......
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