diff options
| author | Igor Minar | 2011-07-06 14:04:08 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-07-08 08:24:09 -0700 |
| commit | 7b32c7138647a45138a10dbb5ff314d1e18220fd (patch) | |
| tree | 1d22fc1e8781fcc80aa508be5155bc825aa0e280 /docs/src/templates/index.html | |
| parent | 28e84ca1671c5d0588d9e9a1f38547805f6cd8b5 (diff) | |
| download | angular.js-7b32c7138647a45138a10dbb5ff314d1e18220fd.tar.bz2 | |
docs:css: remove bullet points from tutorial sidebar
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 cdd04e1d..63b02573 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -56,7 +56,7 @@ <input type="text" name="search" id="search-box" placeholder="search the docs" tabindex="1" accesskey="s"> - <ul id="content-list"> + <ul id="content-list" ng:class="sectionId"> <li ng:repeat="page in pages.$filter(search)" ng:class="getClass(page)"> <a href="{{getUrl(page)}}" ng:class="selectedPartial(page)" ng:bind="page.shortName" |
