diff options
| author | Igor Minar | 2012-04-02 08:32:30 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-04-04 15:59:18 -0700 | 
| commit | 53b2254ea70019937463d8e079e1991b3d3d1d8b (patch) | |
| tree | fa93b6b6b9e5dc559a1253179791b9edca7f83ad /docs/src/templates/index.html | |
| parent | 6336b6e89e3a80aec3c4367ab4c2737fd365c030 (diff) | |
| download | angular.js-53b2254ea70019937463d8e079e1991b3d3d1d8b.tar.bz2 | |
docs(tutorial): update tutorial intro + steps 0-3
also contains all kinds of fixes that I had to make in the docs app to
get the tutorial to render correctly
Diffstat (limited to 'docs/src/templates/index.html')
| -rw-r--r-- | docs/src/templates/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index bb8d2f1e..794b3418 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -98,7 +98,7 @@      <ul id="navbar">        <li><a href="http://angularjs.org/">AngularJS</a></li>        <li><a href="misc/started" ng:class="selectedSection('misc')">Getting Started</a></li> -      <!-- <li><a href="tutorial" ng:class="selectedSection('tutorial')">Tutorial</a></li> --> +      <li><a href="tutorial" ng:class="selectedSection('tutorial')">Tutorial</a></li>        <li><a href="api" ng:class="selectedSection('api')">API Reference</a></li>        <li><a href="cookbook" ng:class="selectedSection('cookbook')">Examples</a></li>        <li><a href="guide" ng:class="selectedSection('guide')">Developer Guide</a></li> | 
