Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOnDestroy

Interface for the $onDestroy lifecycle hook https://docs.angularjs.org/api/ng/service/$compile#life-cycle-hooks

Hierarchy

  • IOnDestroy

Index

Methods

Methods

$onDestroy

  • $onDestroy(): void
  • Called on a controller when its containing scope is destroyed. Use this hook for releasing external resources, watches and event handlers.

    Returns void

Generated using TypeDoc