Skip to content

Instantly share code, notes, and snippets.

@Burgov
Created January 21, 2016 14:53
Show Gist options
  • Save Burgov/1d588385d402a9236c66 to your computer and use it in GitHub Desktop.
Save Burgov/1d588385d402a9236c66 to your computer and use it in GitHub Desktop.
var $newScope = $($event.target).scope().$new();
var $expand = $('<order-history-month></order-history-month>');
$compile($expand)($newScope);
ExpandPositioner.insertIntoPage($expand);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment