angular.js/src
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(license): update license headers + add version num 2011-07-22 15:49:10 -07:00
scenario fix(scenario): Change title to "AngularJS" 2011-10-24 14:03:50 -07:00
service feat($defer): add $defer.cancel 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-bootstrap.js feat(forms): new and improved forms 2011-10-11 11:01:45 -07:00
angular-mocks.js fix(defer.cancel): should return false instead of undefined 2011-10-22 21:32:48 -07:00
Angular.js fix(angular.widget): Allow widgets to be styled in IE8 and below 2011-10-24 23:28:36 -07:00
angular.prefix chore(license): update license headers + add version num 2011-07-22 15:49:10 -07:00
angular.suffix chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
AngularPublic.js refactor(hover): delete hover service 2011-10-11 10:53:06 -07:00
apis.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
Browser.js fix(defer.cancel): should return false instead of undefined 2011-10-22 21:32:48 -07:00
Compiler.js fix(compiler): revert 8611ebe6 - calling \$digest after linking 2011-10-20 15:51:14 -07:00
directives.js docs(*): remove @workInProgress from everywhere 2011-10-12 23:04:48 -07:00
filters.js feat(filter.date): use mediumDate as default 2011-10-20 16:51:28 -07:00
Injector.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
jqLite.js fix(radio): allows data-binding on value property. Closes#316 2011-10-20 11:30:40 -07:00
JSON.js fix(filter): make json filter ignore private properties 2011-10-11 10:53:03 -07:00
markups.js docs(*): remove @workInProgress from everywhere 2011-10-12 23:04:48 -07:00
parser.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
Resource.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
sanitizer.js feat(sanitizer): add html5 elements to the whitelist 2011-10-20 09:44:52 -07:00
Scope.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
widgets.js fix(ng:repeat) with array ignore properties not representing array elements 2011-10-26 12:54:00 -07:00