hide the extra "getting started" lesson

This commit is contained in:
Kathy Walrath
2015-08-27 15:37:28 -07:00
parent 11c2dad210
commit 97439240b7
-5
View File
@@ -9,11 +9,6 @@
"title": "Getting Started"
},
"setupAlt": {
"title": "Getting Started-testable examples version"
},
"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."