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 8 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