From 97439240b76e880e93ea99284c92bc53089f7b4e Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Thu, 27 Aug 2015 15:37:28 -0700 Subject: [PATCH] hide the extra "getting started" lesson --- public/docs/js/latest/guide/_data.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/docs/js/latest/guide/_data.json b/public/docs/js/latest/guide/_data.json index 5a94bbc07f..05048ac264 100644 --- a/public/docs/js/latest/guide/_data.json +++ b/public/docs/js/latest/guide/_data.json @@ -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."