1.1.2 • Published 9 years ago

angular-camelcase v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Angular Camelcase

filters for converting to/from camelcase

Build Status MIT License

Usage

Install from:

  • NPM: npm install angular-camelcase
  • Bower: bower install angular-camelcase
var app = angular.module('app', ['angularCamelcase']);

Contributing

Please follow our Code of Conduct when contributing to this project.

$ git clone https://github.com/goodeggs/angular-camelcase && cd angular-camelcase
$ npm install
$ npm test

Module scaffold generated by generator-goodeggs-npm.