From b0f02303d89867b24a438b98596172ffa7aba7c5 Mon Sep 17 00:00:00 2001 From: anyong Date: Thu, 1 Jan 2015 18:14:26 +0800 Subject: [PATCH] docs(tutorial/0 - Bootstrapping): Remind users to refresh page On line 32-34 after reverting to step-0 and starting the webserver, the browser may have already cached the master branch of the app and the user will see the master version in their browser. I just added a reminder to tell them to refresh the page if this happens! --- docs/content/tutorial/step_00.ngdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index d7db8dc5273b..c56fb3761f60 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -33,6 +33,9 @@ To see the app running in a browser, open a *separate* terminal/command line tab run `npm start` to start the web server. Now, open a browser window for the app and navigate to `http://localhost:8000/app/` +Note that if you already ran the master branch app prior to checking out step-0, you may see the cached +master version of the app in your browser window at this point. Just hit refresh to re-load the page. + You can now see the page in your browser. It's not very exciting, but that's OK. The HTML page that displays "Nothing here yet!" was constructed with the HTML code shown below.