Emitting a Custom Event to the Parent Scope Hierarchy

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, . . .])

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset