Activate search input for groups again

This commit is contained in:
Maikel Linke
2015-02-12 10:44:20 +11:00
parent 0fdf313424
commit 773a5480e9

View File

@@ -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}}",