Answer the question
In order to leave comments, you need to log in
How to hide some object keys on ngRepeat?
Hello.
I have a big object.
I take it out like this:
<div ng-repeat="(key, val) in obj">
<span class="text-success">{{key}}:</span>
<span>{{val}}</span>
</div>
At the same time, there is a row (about 10 pieces) of key's that do not need to be displayed. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question