Skip to content

Instantly share code, notes, and snippets.

@armed
Last active December 16, 2015 03:19
Show Gist options
  • Save armed/5369236 to your computer and use it in GitHub Desktop.
Save armed/5369236 to your computer and use it in GitHub Desktop.
var myElem = angular.element('some html');
var linkFn = $compile(myElem);
element.replaceWith(myElem);
linkFn(scope);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment