To get rid of the *$$hashKey* you can simply use the 
<https://docs.angularjs.org/api/ng/directive/ngRepeat>*track by 
<https://docs.angularjs.org/api/ng/directive/ngRepeat> *option:

<tr data-ng-repeat="(key, value) in tabitem track by key">




On Friday, November 21, 2014 10:57:24 PM UTC+2, Leonard Modoran wrote:
>
> Hi to all,
>
> this is my first post, so with this occasion I'm saluting all the 
> AngularJs community.
>
>
>
> My problem is the following: I have a json file, that need to be outputted 
> in a table format. The problem is the famous default sorting by name, of 
> that Json. 
>
> I've have tried to put an example here: 
>
> http://plnkr.co/edit/abTTHCYsODbYZ0jrR9c7?p=preview
>
> in which the last column is the $$hashKey, which I don't want
>
> Also I have some problems in sorting the content inside the table (not the 
> titles), because of the multiple key and value in ng-repeat. If anyone has 
> a better idea to do this, the help will be highly appreciated.
>
>
> 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