diff options
| author | Igor Minar | 2010-11-18 16:53:11 -0800 |
|---|---|---|
| committer | Igor Minar | 2010-11-18 16:53:11 -0800 |
| commit | 7ee102eecf927c5a481c6d16b5ff08bfe9563bdc (patch) | |
| tree | 6bc12f7238c2606970aa8d53f003084d1ed03ec4 /docs/index.html | |
| parent | fc7f11d03b4380866033c38eb7649cdc5be93d9a (diff) | |
| download | angular.js-7ee102eecf927c5a481c6d16b5ff08bfe9563bdc.tar.bz2 | |
add a feedback link to the doc pages
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 12f23fbb..0f2d3003 100644 --- a/docs/index.html +++ b/docs/index.html @@ -39,6 +39,7 @@ </div> </div> <div id="section"> + <a id="feedback" ng:href="{{getFeedbackUrl()}}">Report an Issue or Ask a Question</a> <ng:include src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include> </div> </div> |
