mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
parent
3c4460b513
commit
f9bf194439
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
*
|
||||
* ### Events
|
||||
* - `$destroy` - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this event
|
||||
* on all DOM nodes being removed. This can be used to clean up and 3rd party bindings to the DOM
|
||||
* on all DOM nodes being removed. This can be used to clean up any 3rd party bindings to the DOM
|
||||
* element before it is removed.
|
||||
* ### Methods
|
||||
* - `controller(name)` - retrieves the controller of the current element or its parent. By default
|
||||
|
|
|
|||
Loading…
Reference in a new issue