angular-table
angular-table copied to clipboard
filter issue
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!
thanks for reporting. i'll take a look at this as soon as possible.
$scope.updateFilteredList = function () {
$scope.filteredList = $filter("filter:Name")($scope.originalList, $scope.query);
}; isn't working why?