From eb5b422842fa09f58aa1c3eab020415cf93042f0 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 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 -- cgit v1.2.3