Add sexy search into groups page

This commit is contained in:
summerscope
2014-07-29 10:42:30 +10:00
parent 3ebc2ba145
commit 004de7919a

View File

@@ -4,7 +4,7 @@
angular.module('Darkswarm').value('groups', #{render partial: "json/groups", object: @groups})
#groups{"ng-controller" => "GroupsCtrl"}
.row.pad-top
#active-table-search.row.pad-top
.small-12.columns.text-center
%h1 Groups / Regions
%div
@@ -14,7 +14,7 @@
below
%p
%input{type: :text,
%input.animate-show{type: :text,
"ng-model" => "query",
placeholder: "Search group name",
"ng-debounce" => "150",