You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ang...@googlegroups.com
Hi. I'm new in angular. There is $on method of scope which allow to add event listeners. But I'm not find way how to remove listener. Google was not help too. Thanks.
Pawel Kozlowski
unread,
Jan 15, 2013, 1:26:54 PM1/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ang...@googlegroups.com
Hi!
There is no method for un-registering those listeners. Those will be
automatically destroyed when a corresponding scope is destroyed.
Please note that those listener are AngularJS-specific communication
bus and has nothing to do with DOM events and their listeners.