angular.js/test
Igor Minar 3945f884c5 fix(ng:repeat) with array ignore properties not representing array elements
Along the way I also changed the repeater impl to use for loop instead
of for in loop.

Iteration over objects is handled by creating an array of keys, which is
sorted and this array then determines the order of iteration over an
element. This makes repeating over objects deterministic and
cross-browser compatible.
2011-10-26 12:54:00 -07:00
..
jstd-scenario-adapter chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
scenario chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
service fix(defer.cancel): should return false instead of undefined 2011-10-22 21:32:48 -07:00
widget fix(radio): allows data-binding on value property. Closes#316 2011-10-20 11:30:40 -07:00
angular-mocksSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
AngularSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
ApiSpecs.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
BinderSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
BrowserSpecs.js fix(defer.cancel): should return false instead of undefined 2011-10-22 21:32:48 -07:00
CompilerSpec.js fix(compiler): revert 8611ebe6 - calling \$digest after linking 2011-10-20 15:51:14 -07:00
directivesSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
FiltersSpec.js feat(filter.date): use mediumDate as default 2011-10-20 16:51:28 -07:00
InjectorSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
jqLiteSpec.js fix(jqLite): attr for boolean attribute should lowercase value 2011-10-12 23:04:47 -07:00
jquery_alias.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jquery_remove.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jQueryPatchSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
JsonSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
manual.html chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
markupSpec.js fix(compiler): revert 8611ebe6 - calling \$digest after linking 2011-10-20 15:51:14 -07:00
mocks.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
ParserSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
ResourceSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
sanitizerSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
ScenarioSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
ScopeSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
testabilityPatch.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
widgetsSpec.js fix(ng:repeat) with array ignore properties not representing array elements 2011-10-26 12:54:00 -07:00