Managing Scope Hierarchies Without Breaking Data Binding
AngularJS applications look simple at first. Controllers define variables. Templates bind data. Everything updates automatically. But once the application grows, scope hierarchy becomes one of the most common sources of…