diff options
| author | lorint | 2013-09-22 09:23:59 -0700 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-25 22:31:04 +0100 |
| commit | eb5b422842fa09f58aa1c3eab020415cf93042f0 (patch) | |
| tree | 602b6cfff4a13abfa6c2533f78d025499b644406 /src/jqLite.js | |
| parent | ba279f9464cd74466702a51d881d1d53e7fb35b7 (diff) | |
| download | angular.js-eb5b422842fa09f58aa1c3eab020415cf93042f0.tar.bz2 | |
docs(jqLite): fix typo
Closes #4105
Diffstat (limited to 'src/jqLite.js')
| -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 4a52cba0..1e1d025c 100644 --- a/src/jqLite.js +++ b/src/jqLite.js @@ -67,7 +67,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 |
