I haven't understand: what it the problem?
Every time items change, it will be re evaluated in ng-repeat.....


2014-03-20 10:36 GMT+01:00 Silvio Troia <[email protected]>:

> 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.
>

-- 
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