I read somewhere that with ng-show comes performance issues when rendering a page so to combat that I realized I could use $element
dependency to improve performance.
This actually frees you from using NG-IF and NG-SHOW
In the controller
In the view
This is a remote computer
Easy, Cheesy and Peasy.