Here is my code.
<span ng-show="#: Reading #">HI</span> <span>#: UOM #</span>
And my expectation is to show msg 'HI' when 'Reading' data is not null. But actually it displays only for Integer data not for Alphabetical data. but i need to display for both number and alphabetical data. please help me.
Try using the Boolean() function, like this: