Created
September 17, 2017 09:39
-
-
Save vivainio/f73b21792ea874d068767a4f2d4557a6 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
| $postLink() { | |
| // this is the place to hook up event listeners for stencil (dom) events | |
| this.$element.on('onListClick', ev => { | |
| console.log('Event cauch in angular', ev); | |
| }); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment