angular.js/src/ng/directive
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
..
a.js fix(a): workaround IE bug affecting mailto urls 2013-02-14 16:42:58 -08:00
booleanAttrs.js fix(a): workaround IE bug affecting mailto urls 2013-02-14 16:42:58 -08:00
directives.js chore(*): remove dead code and fix code style issues 2012-04-10 16:52:12 -07:00
form.js docs(form): minor form doc and example fixes 2013-01-04 09:28:35 +01:00
input.js fix(ngModel): sync ngModel state with scope state 2012-11-26 20:36:53 +01:00
ngBind.js fix(*): name all anonymous watch functions in Angular 2012-09-06 16:06:25 -07:00
ngClass.js docs(ngClass): fix typo in description 2013-02-04 10:36:29 +00:00
ngCloak.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
ngController.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
ngCsp.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
ngEventDirs.js feat(directive): ng:keydown, ng:keyup 2012-12-18 22:57:58 +01:00
ngInclude.js fix(*): name all anonymous watch functions in Angular 2012-09-06 16:06:25 -07:00
ngInit.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
ngNonBindable.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
ngPluralize.js fix(*): name all anonymous watch functions in Angular 2012-09-06 16:06:25 -07:00
ngRepeat.js fix(ngRepeat): correctly apply $last if repeating over object 2013-01-17 00:25:30 -08:00
ngShowHide.js docs(ngHide): Fix typo and make it more in line with ngShow 2012-11-11 10:36:28 +01:00
ngStyle.js fix(*): name all anonymous watch functions in Angular 2012-09-06 16:06:25 -07:00
ngSwitch.js feat(ngSwitch): support multiple matches on ngSwitchWhen and ngSwitchDefault 2013-02-14 19:55:05 -08:00
ngTransclude.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
ngView.js fix(compile): should not leak memory when there are top level empty text nodes 2013-02-18 12:05:16 +00:00
script.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
select.js fix(select): support optgroup + select[multiple] combo 2012-12-05 02:20:11 +01:00
style.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00