Hacker News new | ask | show | jobs
Isolated Expression Scope in AngularJS (ng-newsletter.com)
8 points by bauser 4569 days ago
1 comments

I think showing how to call back parent controller's scope methods from a directive should really be shown in the angular documentation for directive. It's the only way to really make non-trivial directives reusable and properly isolated.