diff options
| author | Richard John | 2013-07-22 12:43:06 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-23 20:09:44 +0100 | 
| commit | db73a940fcc20b3f8b339cce6657cf076d6cf116 (patch) | |
| tree | e0c90f2e5d9ddcd242aed9ac0f1a3e63ff88515b /docs/src/templates/index.html | |
| parent | 865314495376adfcad3c81a2917a13e80dff6bce (diff) | |
| download | angular.js-db73a940fcc20b3f8b339cce6657cf076d6cf116.tar.bz2 | |
docs(index): add seed app link to menu item
Diffstat (limited to 'docs/src/templates/index.html')
| -rw-r--r-- | docs/src/templates/index.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 84423ee8..4bf36838 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -137,6 +137,7 @@                  <li><a href="http://www.youtube.com/user/angularjs">Watch</a></li>                  <li><a href="tutorial">Tutorial</a></li>                  <li><a href="http://builtwith.angularjs.org/">Case Studies</a></li> +                <li><a href="https://github.com/angular/angular-seed">Seed App project template</a></li>                  <li><a href="misc/faq">FAQ</a></li>                </ul>              </li> | 
