# angularjs-ordinal-filter **Repository Path**: mirrors_stephenplusplus/angularjs-ordinal-filter ## Basic Information - **Project Name**: angularjs-ordinal-filter - **Description**: AngularJS Ordinal Number Filter - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AngularJS Ordinal Number Filter {{numericalValue | ordinal}} Converts e.g 1 -> 1st, 2 -> 2nd, 3 -> 3rd, 4 -> 4th. ## Hat tip The snippet to create an ordinal number was found online [here](http://ecommerce.shopify.com/c/ecommerce-design/t/ordinal-number-in-javascript-1st-2nd-3rd-4th-29259) ## Installation This filter can be installed through [Bower](http://twitter.github.io/bower): bower install angularjs-ordinal-filter Hopefully someone finds this useful!