Skip to content

Commit aa2af92

Browse files
Link to the Heroku-deployed weather example.
This acts as a live demo of the ability to serve content to both browsers and robots in one response.
1 parent bd6e3b9 commit aa2af92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/weather/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ weather data being loaded from the remote API on the server. As well as improvin
1616
performance on initial page load by eliminating a round-trip, this also allows the use of
1717
an API endpoint that wouldn't actually be callable via a cross-site XMLHttpRequest if
1818
deferred to the client.
19+
20+
A very lightly modified version of this example is running as a live demo at
21+
http://angularjs-server-weather.herokuapp.com/ .

0 commit comments

Comments
 (0)