Created
June 18, 2019 13:21
-
-
Save zenius/bf9efe1ba33fc54ca314de66fc765e93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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