diff options
| author | lorint | 2013-09-22 09:23:59 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-25 22:31:19 +0100 | 
| commit | f9bf194439dfeb381a867d20e625b6664a501619 (patch) | |
| tree | a64389464689b3ed6201a186184bbd8eac85b687 | |
| parent | 3c4460b513ed25b32b1b1fa164e2664f1d502ee5 (diff) | |
| download | angular.js-f9bf194439dfeb381a867d20e625b6664a501619.tar.bz2 | |
docs(jqLite): fix typo
Closes #4105
| -rw-r--r-- | src/jqLite.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/jqLite.js b/src/jqLite.js index 5626f8fe..ef1aeb03 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -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 | 
