Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdpedrie/angularjs-camelCase-to-human-filter

Angular filter to convert camelCase strings to human readable strings
https://github.com/jdpedrie/angularjs-camelCase-to-human-filter

Last synced: about 2 months ago
JSON representation

Angular filter to convert camelCase strings to human readable strings

Awesome Lists containing this project

README

        

# AngularJS camelCase To Human Filter

{{camelCaseString | camelCaseToHuman}}

Converts e.g. myCamelCaseString => My Camel Case String. **NOTE: This library is untested with Angular 2.x.**

## Installation

Via [npm](https://www.npmjs.com/package/angular-camelcase-to-human) (Recommended)

npm install --save angular-camelcase-to-human

This filter also can be installed through [Bower](http://twitter.github.io/bower):

bower install angularjs-camelCase-human

Load the script: