Merge pull request #196 from angular/hide-extra-gs

hide the extra "getting started" lesson
This commit is contained in:
Kathy Walrath 2015-08-27 15:38:33 -07:00
commit 50c1013a10
1 changed files with 0 additions and 5 deletions

View File

@ -9,11 +9,6 @@
"title": "Getting Started" "title": "Getting Started"
}, },
"setupAlt": {
"title": "Getting Started-testable examples version"
},
"displaying-data": { "displaying-data": {
"title": "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." "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."