I have two filter which need to applied on the content of controller. First filter will be lowercase and other one is custom filter.
I tried to use it like follows:
$filter('lowercase','cardShortNameRegex')(currentProductObject.shortName);
Only lowercase filter get applied not the other one.
if some one have any solution or suggestion please help.