Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 572 Bytes

#ngPluralForm Dependency Status

Angular filter to display correct grammatical case for word's plural form in Slavic languages.

##Usage

In HTML:

{{ number | pluralForm: ['штука', 'штуки', 'штук'] }}

In JavaScript:

$filter('pluralForm')(number, ['штука', 'штуки', 'штук']);

##License

The MIT License.