Quantcast
Viewing all articles
Browse latest Browse all 42

How to set table colon in Lower and Upper case letter in Angular Js

To set table list, colon in Lower and Upper case letter in Angular Js by using this code (lastName | uppercase) and (lastName | lowercase)

Uppar Case

<div ng-app=”” ng-controller=”personCtrl”>
<p>The name is {{ lastName | uppercase }}</p>
</div>

Lower Case

<div ng-app=”” ng-controller=”personCtrl”>
<p>The name is {{ lastName | lowercase }}</p>
</div>

We got this blog from www.w3schools.com for blog more information Click Here

The post How to set table colon in Lower and Upper case letter in Angular Js appeared first on PHP Blog Spot.


Viewing all articles
Browse latest Browse all 42

Trending Articles