diff options
| author | Richard John | 2013-07-22 12:43:06 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-23 20:11:03 +0100 | 
| commit | 256e5dff5563254da7cafb315ebcef313e30b335 (patch) | |
| tree | adfde20bbc5a959bd4d190d4b32598dd50b7d956 | |
| parent | acb6b75fe9968f0ccdb44353258c05cb747961ca (diff) | |
| download | angular.js-256e5dff5563254da7cafb315ebcef313e30b335.tar.bz2 | |
docs(index): add seed app link to menu item
| -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 43369832..0fdebb74 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -130,6 +130,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> | 
