Skip to content

Commit

Permalink
Misc fixes on homepage
Browse files Browse the repository at this point in the history
Added menu item for Seed App download, fixed a spelling error.
  • Loading branch information
bradlygreen committed Apr 20, 2012
1 parent 4973066 commit 24c1773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<li><a href="http://www.youtube.com/user/angularjs">Watch</a></li>
<li><a href="http://docs.angularjs.org/guide/">Tutorial</a></li>
<li><a href="https://github.com/angular/angular.js/wiki/Projects-using-AngularJS">Case Studies</a></li>
<li><a href="https://github.com/angular/angular-seed">Seed App project template</a></li>
<li><a href="http://docs-next.angularjs.org/misc/faq">FAQ</a></li>
</ul>
</li>
Expand Down Expand Up @@ -393,7 +394,7 @@ <h1>Embed and Inject</h1>
<div class="span4">
<h3>Embeddable</h3>
<p>
AngularJS works great with other technologies. Add as much or as little of AngularJSJS to
AngularJS works great with other technologies. Add as much or as little of AngularJS to
an existing page as you like. Many other frameworks require full commitment. This page
has multiple AngularJS applications embedded in it. Because AngularJS has no global
state multiple apps can run on a single page without the use of <code>iframe</code>s. We
Expand Down

0 comments on commit 24c1773

Please sign in to comment.