From d33411a30d2c6083742a4288c284d547ebc7a274 Mon Sep 17 00:00:00 2001 From: Daler Asrorov Date: Thu, 11 Jun 2015 19:35:38 -0700 Subject: [PATCH] Took out the single quotes to make search work. The search for the first names did not work, so it turned to be the syntax error. The single quotes around the firstName are not needed. I deleted them and they worked afterwards. --- sections/pagination/markup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/pagination/markup.html b/sections/pagination/markup.html index aaa766e..4fc87a3 100644 --- a/sections/pagination/markup.html +++ b/sections/pagination/markup.html @@ -19,7 +19,7 @@

Client side Pagination

</tr> <tr> <th> - <input st-search="'firstName'" placeholder="search for firstname" class="input-sm form-control" type="search"/> + <input st-search="firstName" placeholder="search for firstname" class="input-sm form-control" type="search"/> </th> <th colspan="4"> <input st-search placeholder="global search" class="input-sm form-control" type="search"/> @@ -121,4 +121,4 @@

Client side Pagination

href="https://github.com/lorenzofox3/smart-table-website/tree/gh-pages/sections/pagination"> improve the documentation - \ No newline at end of file +