2015-04-22 05:42:50 -07:00

30 lines
769 B
JSON

{
"_listtype": "ordered",
"index": {
"title": "Step By Step Guide"
},
"setup": {
"title": "Getting Started"
},
"displaying-data": {
"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."
},
"user-input": {
"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."
},
"making-components": {
"title": "Making Components"
},
"talking-to-components": {
"title": "Talking to Components"
}
}