I use 2 ng-click to try to do a toggle effect. first one bind to says a button, the other one used on body tag. I expect when I click the button my stuff shows up and when I click anywhere on the body, my stuff hide.
But angularjs seem unlike jquery. http://plnkr.co/edit/KG4b9B1gac53a8JkRBvu?p=preview What is the approach to achieve that?