angular.js/src
Pete Bacon Darwin 791804bdbf fix(compile): should not leak memory when there are top level empty text nodes
The change to prevent <span> elements being wrapped around empty text nodes caused these empty text nodes to have scopes and controllers attached, through jqLite.data() calls, which led to memory leaks and errors in IE8.
Now we exclude all but document nodes and elements from having jqLite.data() set both in the compiler and in ng-view.

Fixes: #1968 and #1876
2013-02-18 12:05:16 +00:00
..
auto docs($injector): clarify $inject property description 2013-01-24 00:15:32 -05:00
bootstrap fix(docs): properly generate angular.js urls in doc examples 2013-01-24 11:36:03 -08:00
ng fix(compile): should not leak memory when there are top level empty text nodes 2013-02-18 12:05:16 +00:00
ngCookies docs($cookies): added example to $cookies api docs 2013-01-29 16:16:17 -08:00
ngLocale chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngMock feat(dateFilter): add [.,]sss formatter for milliseconds 2013-02-07 02:28:33 -08:00
ngResource docs($resource): fix bad indentation producing a code block 2013-02-14 15:47:16 -08:00
ngSanitize feat(linky): allow optional 'target' argument 2012-11-24 22:21:50 +01:00
ngScenario fix(scenario): include error messages in XML output 2013-02-07 04:09:52 -08:00
angular-bootstrap.js chore(debug): rewrite angular-bootstrap.js to use $script 2012-05-04 15:50:37 -07:00
Angular.js feat(noConflict): restore previous angular namespace reference 2013-02-14 14:43:55 -08: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 feat(noConflict): restore previous angular namespace reference 2013-02-14 14:43:55 -08:00
apis.js fix(ngRepeat): attempt to simplify and improve existing fix for #933 2012-11-26 20:31:54 +01:00
jqLite.js docs(jqLite): fix typo 2013-01-20 18:39:21 +01:00
loader.js docs(): Fix a couple of typos in the documentation 2012-11-21 23:06:59 +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