Skip to content

Instantly share code, notes, and snippets.

@AndrewCh AndrewCh/new_gist_file_0 Secret
Created May 19, 2016

Embed
What would you like to do?
AngularJS nested filters
<span data-ng-if="(identifier.payers | payerCount) > 0" class="label label-default">
{{identifier.payers | payerCount | filter}}
{{((identifier.payers | payerCount | filter | filter2) !== 1) ? ('Payers' | filter3) : 'Payer'}}
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.