instead of having multiple ng-repeat like tabitem in comparisonLists, after 
that to have (key, value) in tabitem[0],  how could you do a filtering 
already in the controller, and also put some conditions there like 

var data = tabitems
if (data == benefits){
   //get all the data inside here and output all in data-benefits variable
}

so basically filter to what data I need, then to make an ng-repeat based on 
that new var that contain the filtered json.


A simple example will be extremely helpful.

Thank you!

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