Is't possible to re-render a ng-repeat list item to applicate a filter?

if i push a item, angular put it as last element, without order it.

<div ng-repeat="item in items  | orderBy:'diffDay'  | groupBy:['diffDay'] | 
> filter:filterDate(item)">


and in controller 

Publishing.save({}, function(item) {
>             $scope.items.push(item);
>           }); 

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to