Angular ng-show if string not empty does not work Angular ng-show if string not empty does not work angularjs angularjs

Angular ng-show if string not empty does not work


Change it to

<td>{{post.Keyword1}} <span ng-show = "post.Keyword2">,</span> {{post.Keyword2}} <span ng-show = "post.Keyword3">,</span> {{post.Keyword3}}</td>