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

27 lines
934 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",
2015-04-22 09:03:21 -04:00
"intro": "DOM events drive user input in Angular. You can use the native events like click, mouseover, and keyup. Angular uses a special syntax to register events to DOM elements. This section covers all the ins and outs of using the event syntax."
2015-04-18 12:12:05 -04:00
},
"making-components": {
2015-04-22 08:38:10 -04:00
"title": "Making Components",
"intro": "Angular applications are a tree of nested components. You always begin with a top-level component. You add child components by including them in the parent's template."
2015-04-16 10:24:28 -04:00
}
}