From 773a5480e904e48420496ea71510255e2a67e91d Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 12 Feb 2015 10:44:20 +1100 Subject: [PATCH] Activate search input for groups again --- app/views/groups/index.html.haml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/groups/index.html.haml b/app/views/groups/index.html.haml index 49bd277532..1688446a7f 100644 --- a/app/views/groups/index.html.haml +++ b/app/views/groups/index.html.haml @@ -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}}",