Angular — Directives: handling scope
- Read more about Angular — Directives: handling scope
- Log in to post comments
When creating your directive you need to decide how are you going to handle scope. There are two options: isolated from the outside world, linked to the parent scope.