docs(jqLite): fix typo

Closes #4105
This commit is contained in:
lorint 2013-09-22 09:23:59 -07:00 committed by Pete Bacon Darwin
parent 3c4460b513
commit f9bf194439

View file

@ -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