angular.js/src/ng/directive
jankuca 31c56f5400 fix(ngRepeat): correctly track elements even when the collection is initially undefined
Previously if the collection model was set to undefined on the first digest,
the repeater would get confused and not use the correct tracking function
for associating model with dom elements in the repeater.

Closes #4145
Closes #3964
2013-09-25 09:42:01 -07:00
..
a.js doc(api): fix grammar in a directive description 2013-09-16 16:36:05 +01:00
booleanAttrs.js docs(booleanAttrs): improve parameter docs for boolean attributes 2013-09-05 13:16:40 +01:00
directives.js chore(*): remove dead code and fix code style issues 2012-04-10 16:52:12 -07:00
form.js docs(ngForm): fix grammar and improve explanation 2013-09-19 10:28:34 +01:00
input.js docs(ngModelController): clarify issue with isolated scope directive 2013-09-19 21:08:37 +01:00
ngBind.js fix(ng-bind-html): watch string value instead of wrapper 2013-09-20 16:30:20 -07:00
ngClass.js docs(ngClass): fix grammar 2013-09-20 20:47:13 +01:00
ngCloak.js docs(ngCloak): fix grammar, clarity 2013-09-20 20:45:19 +01:00
ngController.js docs(ngController): rephrased the description for clarity 2013-09-13 14:23:32 +01:00
ngCsp.js docs(ngCsp): add more informative details 2013-05-16 21:22:07 +01:00
ngEventDirs.js docs(api): fix grammar in ngClick description 2013-09-16 16:24:25 +01:00
ngIf.js chore(ngdocs): all animation-supported directives working with docs examples and jsFiddle/Plunkr pages 2013-07-29 21:22:05 -07:00
ngInclude.js fix(ngInclude): don't break attribute bindings on ngInclude-ed element 2013-09-20 14:11:12 -07:00
ngInit.js docs(ng.directives): add correct @restrict for all ng directives 2013-09-11 13:28:17 +01:00
ngNonBindable.js docs(ng.directives): add correct @restrict for all ng directives 2013-09-11 13:28:17 +01:00
ngPluralize.js feat(ngPluralize): add alternative mapping using attributes 2013-07-14 16:36:15 +02:00
ngRepeat.js fix(ngRepeat): correctly track elements even when the collection is initially undefined 2013-09-25 09:42:01 -07:00
ngShowHide.js docs(ngShowHide): fix typo 2013-09-18 14:37:36 +01:00
ngStyle.js docs(ng.directives): add correct @restrict for all ng directives 2013-09-11 13:28:17 +01:00
ngSwitch.js docs(ngSwitch): fix minor typo 2013-09-13 21:56:53 +01:00
ngTransclude.js docs(ng.directives): add correct @restrict for all ng directives 2013-09-11 13:28:17 +01:00
script.js docs(ng.directives): add correct @restrict for all ng directives 2013-09-11 13:28:17 +01:00
select.js fix(ngOptions): ignore object properties which start with $ 2013-09-13 12:48:19 +01:00
style.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00