From f9bf194439dfeb381a867d20e625b6664a501619 Mon Sep 17 00:00:00 2001 From: lorint Date: Sun, 22 Sep 2013 09:23:59 -0700 Subject: docs(jqLite): fix typo Closes #4105 --- src/jqLite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3