angular.js/src
Pete Bacon Darwin 86cac55c7c fix(jqLite): children() should only return elements
The jQuery implementation of children only returns child nodes of the given element that are elements themselves. The previous jqLite implementation was returning all nodes except those that are text nodes. Use jQLite.contents() to get all the child nodes.

The jQuery implementation of contents returns [] if the object has no child nodes.  The previous jqLite implementation was returning undefined, causing a stack overflow in test/testabilityPatch.js when it tried to `cleanup()` a window object.

The testabilityPatch was incorrectly using children() rather than contents() inside cleanup() to iterate down through all the child nodes of the element to clean up.
2013-01-09 09:42:05 +00:00
..
auto fix($injector): remove bogus fn arg 2013-01-08 14:36:36 -08:00
bootstrap chore(bootstrap-prettify): update urls to code.angularjs.org 2012-12-05 02:55:19 +01:00
ng refactor($browser): remove faulty 20+ cookies warning 2013-01-08 14:27:51 -08:00
ngCookies docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
ngLocale chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngMock docs(mocks): update src/ngMock/angular-mocks.js documentation 2012-12-06 21:50:21 +01:00
ngResource docs($resource): document port number escaping and fix typo 2012-12-09 17:49:42 +01:00
ngSanitize fix(*): name all anonymous watch functions in Angular 2012-09-11 16:39:46 -07:00
ngScenario fix(scenario-runner): support data-ng and x-ng based attributes 2012-10-31 14:10:26 -07:00
angular-bootstrap.js chore(debug): rewrite angular-bootstrap.js to use $script 2012-05-04 15:50:37 -07:00
Angular.js docs(): Fix a couple of typos in the documentation 2012-11-22 08:28:49 +01:00
angular.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
angular.suffix fix(init): use jQuery#ready for init if available 2012-03-23 15:41:37 -07:00
AngularPublic.js fix($defer): remove deprecated $defer service 2012-06-12 01:09:07 -07:00
apis.js fix(ngRepeat): attempt to simplify and improve existing fix for #933 2012-11-26 20:39:00 +01:00
jqLite.js fix(jqLite): children() should only return elements 2013-01-09 09:42:05 +00:00
loader.js docs(): Fix a couple of typos in the documentation 2012-11-22 08:28:49 +01:00
loader.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
loader.suffix feat(module): new module loader 2012-01-10 22:27:00 -08:00
module.prefix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
module.suffix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
publishExternalApis.js chore(Rakefile): get ready for modules 2012-03-28 11:16:36 -07:00