Trying to figure out ng-if. Why is the alert function executed? Thanks
<div ng-if="false">
<script> alert("a"); </script>
</div>
Because the alert() will be executed before angular is loaded. There is no ng-if at this moment
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With