I have two tables inside a div element. I want to hide both the tables when template loads. and want to show them based on conditions. for this i created two tables inside a div and placed ng-show attribute in both the tables. but tables are visible not hidden. My code is I have two tables inside a div element. I want