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

18 lines
633 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": "Developer Guide"
2015-04-22 02:09:13 -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-16 10:24:28 -04:00
}
}