diff options
| author | Matias Niemelä | 2013-10-24 16:55:35 -0400 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-27 21:30:54 +0000 |
| commit | 7c5e2511fda62e26b6dd3fd7db37e8be6b60600f (patch) | |
| tree | 4febaf1ac3cb277f5d3a44bc7fa83f3baac51914 | |
| parent | 8e5e641c0ebb986020458eb68cabda5a457d8a5f (diff) | |
| download | angular.js-7c5e2511fda62e26b6dd3fd7db37e8be6b60600f.tar.bz2 | |
chore(ngdocs): improve the docs search placeholder text
| -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 3841846c..64a8d96d 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -191,7 +191,7 @@ <input type="text" name="as_q" class="search-query" - placeholder="Search" + placeholder="Click to focus or press '/' to search" ng-change="search(q)" ng-model="q" docs-search-input |
