Changing placeholder for search input

This commit is contained in:
summerscope
2014-09-05 15:28:50 +10:00
parent 59adae5c9c
commit 26bd1000de

View File

@@ -14,7 +14,7 @@
/ %i.ofn-i_020-search
%input{type: :text,
"ng-model" => "query",
placeholder: "Search by Shop or Suburb name",
placeholder: "Search by Shop, Suburb or Postcode...",
"ng-debounce" => "150",
"ofn-disable-enter" => true}