December 2014
Intermediate to advanced
272 pages
8h 17m
English
To emit an event from a scope, you use the $emit() method. This method sends an event upward through the parent scope hierarchy. Any ancestor scopes that have registered for the event are notified. The $emit() method uses the following syntax, where name is the event name and args is zero or more arguments to pass to the event handler functions:
scope.$emit(name, [args, . . .])
Read now
Unlock full access