mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-29 13:25:40 +08:00
committed by
Pete Bacon Darwin
parent
ba279f9464
commit
eb5b422842
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user