Angular Capitalize Filter

Author: ng-milk
Official Page: Go to website
Publish Date: February 27, 2016
License: MIT

Description:

An Angular filter that capitalizes each word in a string. CSS is fairly powerful, but it can only capitalize words that aren’t uppercase. The text-transform:capitalize property won’t change anything in a string like CAN’T GET ME CSS. Use this directive to achieve consistent capitalization of each word in a given string.

Preview:

Angular Capitalize Filter


You Might Be Interested In:

Add Comment