SyntaxFix
Write A Post
Hire A Developer
Questions
In angular 1, you can use ng-show and ng-hide.In your case, you would use ng-hide. For example:
ng-show
ng-hide
<li ng-hide="area"></li>