Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zenius/565aa8cd80d219a28f481eedbf79dd1b to your computer and use it in GitHub Desktop.
Save zenius/565aa8cd80d219a28f481eedbf79dd1b to your computer and use it in GitHub Desktop.
Isolating scope is recommend for passing data between custom directive and its parent scope to prevent unintentionally changing the parent scope.
https://medium.com/@tpstar/angularjs-custom-directive-and-isolated-scope-how-to-pass-data-to-and-from-directive-scope-dd0bc8096bf9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment