I have an object and I'm reading it in ng-repeat, but if the id key is equal to 0777 I do not want this position to be displayed,
<div ng-repeat="account in accounts | filter:{accountId :'00777'} ">
{{account.name}} - {{a...
asked by
23.02.2015 / 17:19