Skip to content

Instantly share code, notes, and snippets.

@zenius
Created June 18, 2019 13:21
Show Gist options
  • Save zenius/bf9efe1ba33fc54ca314de66fc765e93 to your computer and use it in GitHub Desktop.
Save zenius/bf9efe1ba33fc54ca314de66fc765e93 to your computer and use it in GitHub Desktop.
https://docs.angularjs.org/api/ng/service/$compile
// compile the new DOM and link it to the current
// scope.
// NOTE: we only compile .childNodes so that
// we don't get into infinite loop compiling ourselves
$compile(element.contents())(scope);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment