AngularJS: ng-show / ng-hide not working with `{{ }}` interpolation

I am trying to show / hide some HTML using the ng-show and ng-hide functions provided by AngularJS. According to the documentation, the respective usage for these functions are as follows: ngHide – {expression} – If the expression truthy then the element is shown or hidden respectively. ngShow – {expression} – If the expression is … Read more