Angular gives access to some jquery functions here
I'm just wondering if there is any difference in performance between .hide() and using the ngIf directive?
Added clarification that came from comments
I understand the difference between ngIf and ngShow, but I'm wondering about the performant differences between using the ng directives versus calling angular.element() and chaining it with .hide()