Hi Leonard,

Nice solution! Good use of angular. 

Object.keys(obj).filter(function (e) { return e.substr(0,1)!=='$';}); will 
do the trick you need!

This will filter out all the internals from angular. You might want to make 
that an single binding.
If you don’t your notSorted function will get called every digest cycle.
You can do this like this: data-ng-repeat="key in ::notSorted(tabitem[0])"

Do you have any questions left? 

Regards
Sander
​

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