Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9efc80

Browse files
anyongpetebacondarwin
authored andcommittedJan 15, 2015
docs(tutorial/0): 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! Closes #10615
1 parent fa15f2a commit c9efc80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎docs/content/tutorial/step_00.ngdoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ To see the app running in a browser, open a *separate* terminal/command line tab
3333
run `npm start` to start the web server. Now, open a browser window for the app and navigate to
3434
<a href="http://localhost:8000/app/" target="_blank">`http://localhost:8000/app/`</a>
3535

36+
Note that if you already ran the master branch app prior to checking out step-0, you may see the cached
37+
master version of the app in your browser window at this point. Just hit refresh to re-load the page.
38+
3639
You can now see the page in your browser. It's not very exciting, but that's OK.
3740

3841
The HTML page that displays "Nothing here yet!" was constructed with the HTML code shown below.

0 commit comments

Comments
 (0)
This repository has been archived.