mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-19 20:01:52 +00:00
parent
ba279f9464
commit
eb5b422842
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
||||||
*
|
*
|
||||||
* ### Events
|
* ### Events
|
||||||
* - `$destroy` - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this event
|
* - `$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.
|
* element before it is removed.
|
||||||
* ### Methods
|
* ### Methods
|
||||||
* - `controller(name)` - retrieves the controller of the current element or its parent. By default
|
* - `controller(name)` - retrieves the controller of the current element or its parent. By default
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue