So this is kind of strange.
If I put an ng-if
in the first tab of a set of tabs, the content inside that section gets duplicated. It only happens on the first tab in the series. It disappears if you click any other tab and then come back to the first.
Example : http://plnkr.co/edit/QuBVH97EdAh2D9LauRWg?p=preview
FYI : Seems it happens with ng-repeat
as well : Ng-repeat inside tab