no, that not working well , because i can't write an async method callback by angular expression.ng-click="resource.$saveAsync(); showForm = false;"the "showForm = false" will execute immediately, no waiting for the async callback.any idea ?
But that is a bit too much logic into the template for my opinion <-- For me It is still acceptable, just two action save and close.Because i often change my template design and the event action. So i move some logic into template , let the view can be more flexible.