mobile-angular-ui
mobile-angular-ui copied to clipboard
ui-if is not compatible with ng-if
The following code:
<div ui-if="true" ng-if="true">
</div>
it is not displayed. I expected it to be
I'd expect that too, but is likely that they do not play well.
True dat. I too found it annoying to have to wrap one with the other.