I want to do so:
ng-hide=\"!globals.isAdmin && mapping.is_default\"
but the expression evaluates always to false.
false
Some of these above answers didn't work for me but this did. Just in case someone else has the same issue.
ng-show="column != 'vendorid' && column !='billingMonth'"