Skip to content
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.

Commit

Permalink
Link to the Heroku-deployed weather example.
Browse files Browse the repository at this point in the history
This acts as a live demo of the ability to serve content to both browsers and robots in one response.
  • Loading branch information
apparentlymart committed Jul 8, 2014
1 parent bd6e3b9 commit aa2af92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/weather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ weather data being loaded from the remote API on the server. As well as improvin
performance on initial page load by eliminating a round-trip, this also allows the use of
an API endpoint that wouldn't actually be callable via a cross-site XMLHttpRequest if
deferred to the client.

A very lightly modified version of this example is running as a live demo at
http://angularjs-server-weather.herokuapp.com/ .

0 comments on commit aa2af92

Please sign in to comment.