a8m / angular-filter

Bunch of useful filters for AngularJS (with no external dependencies!)
https://github.com/a8m/angular-filter
MIT License
2.93k stars 332 forks source link

Add title-case filter #239

Closed adccb closed 7 years ago

adccb commented 7 years ago

https://github.com/a8m/angular-filter/issues/238

;)

a8m commented 7 years ago

Hi @lcrossan, Thanks for the PR. I added some comments

adccb commented 7 years ago

sure thing! expect those changes tonight :)

adccb commented 7 years ago

just changed! thanks :)

a8m commented 7 years ago

That's great. Thanks @lcrossan

Anber commented 7 years ago

Is it just alias for ucfirst?

a8m commented 7 years ago

Hey @Anber Thanks for your comment, I must to say that I only noticed last week that this filter is a duplicate. I planned to remove these changes and add it as an alias like here.

If you want to help with that, feel free to make a PR.