mobile-angular-ui icon indicating copy to clipboard operation
mobile-angular-ui copied to clipboard

ui-if is not compatible with ng-if

Open atd opened this issue 9 years ago • 2 comments

The following code:

<div ui-if="true" ng-if="true">
</div>

it is not displayed. I expected it to be

atd avatar Jan 02 '16 15:01 atd

I'd expect that too, but is likely that they do not play well.

mcasimir avatar Apr 02 '16 11:04 mcasimir

True dat. I too found it annoying to have to wrap one with the other.

ballenjr avatar Sep 17 '16 18:09 ballenjr