Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9bf194

Browse files
lorintpetebacondarwin
authored andcommitted
docs(jqLite): fix typo
Closes angular#4105
1 parent 3c4460b commit f9bf194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jqLite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*
6666
* ### Events
6767
* - `$destroy` - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this event
68-
* on all DOM nodes being removed. This can be used to clean up and 3rd party bindings to the DOM
68+
* on all DOM nodes being removed. This can be used to clean up any 3rd party bindings to the DOM
6969
* element before it is removed.
7070
* ### Methods
7171
* - `controller(name)` - retrieves the controller of the current element or its parent. By default

0 commit comments

Comments
 (0)