angular-cn/public/docs/js/latest/guide/_data.json

30 lines
769 B
JSON
Raw Normal View History

2015-04-16 10:24:28 -04:00
{
"_listtype": "ordered",
2015-04-22 02:09:13 -04:00
"index": {
"title": "Step By Step Guide"
},
2015-04-18 12:12:05 -04:00
"setup": {
"title": "Getting Started"
2015-04-16 10:24:28 -04:00
},
2015-04-18 12:12:05 -04:00
"displaying-data": {
2015-04-22 08:25:26 -04:00
"title": "Displaying Data",
"intro": "Displaying data is job number one for any good application. In Angular, you bind data to elements in HTML templates and Angular automatically updates the UI as data changes."
2015-04-18 12:12:05 -04:00
},
"user-input": {
2015-04-22 08:25:26 -04:00
"title": "User Input",
"intro": "DOM events drive user input in Angular. You can use the native events you're used to like click, mouseover, and keyup. Angular uses a special syntax to register events to DOM elements."
2015-04-18 12:12:05 -04:00
},
"making-components": {
"title": "Making Components"
2015-04-18 12:12:05 -04:00
},
"talking-to-components": {
"title": "Talking to Components"
2015-04-16 10:24:28 -04:00
}
}