mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Activate search input for groups again
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
.small-12.columns
|
||||
%h1 Groups / regions
|
||||
%p
|
||||
/ %input.animate-show{type: :text,
|
||||
/ "ng-model" => "query",
|
||||
/ placeholder: "Search name or keyword",
|
||||
/ "ng-debounce" => "150",
|
||||
/ "ofn-disable-enter" => true}
|
||||
%input.animate-show{type: :text,
|
||||
"ng-model" => "query",
|
||||
placeholder: "Search name or keyword",
|
||||
"ng-debounce" => "150",
|
||||
"ofn-disable-enter" => true}
|
||||
|
||||
.group{"ng-repeat" => "group in groups = (Groups.groups | groups:query | orderBy:order)",
|
||||
name: "group{{group.id}}",
|
||||
|
||||
Reference in New Issue
Block a user