Skip to content

Instantly share code, notes, and snippets.

@siddharthpal
Last active October 13, 2019 17:11
Show Gist options
  • Save siddharthpal/7d3c946cdfa3179fd926d61123904bbc to your computer and use it in GitHub Desktop.
Save siddharthpal/7d3c946cdfa3179fd926d61123904bbc to your computer and use it in GitHub Desktop.
Listening to custom element events in AngularJS
<div>
<todo-root-angular-element class="todo-app" ng-on-add_todo_emitter="add($event)" ng-on-remove_todo_emitter="remove($event)"></todo-root-angular-element>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment