We often will need to create custom filters to format data to meet our specific needs
app.filter('nameOfFilter', function () { return function (input) { // DO STUFF TO THE INPUT }; });
Let's write the code together to see what Angular's uppercase filter might look like
uppercase
Hot Topic and Spencer's are my favorite stores.
Hot Top1c && Sp3nc3r's ar3 my favor1t3 stor3s. Rawrr
By Dize Hacioglu