Add placeholder text to file browser
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/af84eaed Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/af84eaed Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/af84eaed Branch: refs/heads/master Commit: af84eaedcc4eca2198307155fcbc03da39535fd7 Parents: 0d16f50 Author: Michael Joyce <[email protected]> Authored: Fri Jul 18 14:54:49 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Jul 18 14:54:49 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend-new/app/views/selectobservation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/af84eaed/ocw-ui/frontend-new/app/views/selectobservation.html ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/views/selectobservation.html b/ocw-ui/frontend-new/app/views/selectobservation.html index 7c4fe55..4b5a490 100644 --- a/ocw-ui/frontend-new/app/views/selectobservation.html +++ b/ocw-ui/frontend-new/app/views/selectobservation.html @@ -25,7 +25,7 @@ <form class="form" autocomplete="off"> <div class="form-group"> <div class="col-md-9"> - <input id="observationFileInput" predictive-file-browser-input ng-model="filePathInput" type="text" class="form-control" autocomplete="off" /> + <input id="observationFileInput" predictive-file-browser-input ng-model="filePathInput" type="text" class="form-control" autocomplete="off" placeholder="Navigate to a .nc file. Start by typing '/'" /> </div> <div class="col-md-2"> <button class="btn" ng-click="uploadLocalFile()" ng-disabled="shouldDisableLoadButton()">
