We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b29f81 commit 63759d5Copy full SHA for 63759d5
src/jqLite.js
@@ -67,7 +67,7 @@
67
*
68
* ### Events
69
* - `$destroy` - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this event
70
- * 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
71
* element before it is removed.
72
* ### Methods
73
* - `controller(name)` - retrieves the controller of the current element or its parent. By default
0 commit comments