write same login for <th> as well this might go like <th data-ng-show="Permission.Update" data-ng-hide="!Permission.Update" data-title="'Edit'"> </th>
Hope this will help you. -Kunal On Tuesday, 3 June 2014 14:29:12 UTC+5:30, Nimesh Vaghasiya wrote: > > in ng-table hide td in table but not hiding table header(<th>) in table. > i.e this not hide table header. > <td data-ng-show="Permission.Update" data-ng-hide="!Permission.Update" > data-title="'Edit'"> </td> > > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
