掲示板

AngularJS Filters

6年前 に Haseena Begum によって更新されました。

AngularJS Filters

New Member 投稿: 12 参加年月日: 16/05/20 最新の投稿
Hello Everyone,

I am exploring the AngularJS with Liferay. When i try to utilize filters like json, uppercase, lowercase on some data in the expressions.
{{lang | json}}
{{"City: " +capital.City | lowercase + " State: "+capital.State | uppercase }}


Am getting the warning as "The word 'uppercase' is not correctly spelled" and functionality is not working

Is this not supported or am I missing anything?

Thank you