angular-table icon indicating copy to clipboard operation
angular-table copied to clipboard

filter issue

Open tongdengda opened this issue 11 years ago • 2 comments

hi guys see http://samu.github.io/angular-table/examples/examples.html interactive example if i copy and paste'Kristin Hill' in the Filter input ,it can filter Kristin Hill but then if you copy and paste another one 'Greg Boyd' to the filter input , the list can't change who can help me? thanks!

tongdengda avatar Apr 18 '14 10:04 tongdengda

thanks for reporting. i'll take a look at this as soon as possible.

samu avatar Apr 19 '14 14:04 samu

$scope.updateFilteredList = function () {
    $scope.filteredList = $filter("filter:Name")($scope.originalList, $scope.query);
}; isn't working why?

Graph2133 avatar Dec 02 '16 00:12 Graph2133