Beta 14 ng-hide/show

Adding this fixed it for me:

.ng-hide-add,
.ng-hide-remove {
  display: none !important;
}
8 Likes