Files
openfoodnetwork/app/views/shared/components/_enterprise_search.html.haml
2014-10-06 22:59:06 +11:00

8 lines
205 B
Plaintext

#active-table-search.row
.small-12.columns
%input{type: :text,
"ng-model" => "query",
placeholder: "Search by name or suburb...",
"ng-debounce" => "150",
"ofn-disable-enter" => true}