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

8 lines
195 B
Plaintext

#active-table-search.row
.small-12.columns
%input{type: :text,
"ng-model" => "query",
placeholder: t('search_by_name'),
"ng-debounce" => "150",
"ofn-disable-enter" => true}