Angular capitalize filter demo
Take it for a spin
Result: {{demo | capitalize}}
Type something in the box to see it in action!
Useful examples
- MOUNTAIN -> {{'MOUNTAIN' | capitalize}}
- MOUNTAIN DOOM -> {{'MOUNTAIN DOOM' | capitalize}}
- Capitalize ALL the things! -> {{'Capitalize ALL the things!' | capitalize}}