| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-29 | feat(ngRepeat): add support for custom tracking of items | Misko Hevery | |
| BREAKING CHANGE: It is considered an error to have two items produce the same track by key. (This was tolerated before.) | |||
| 2012-09-06 | fix(ngRepeat): now works with primitive types | Zhenbo Zhang | |
| closes #933 | |||
| 2012-08-31 | revert: fix(ng-repeat) to work with primitive types | Igor Minar | |
| this was accidentaly merged in. the commit is not ready yet and we don't have CLA signature. This reverts commit 98d489712eff7559bce87ae53bd242112a875c1a. | |||
| 2012-08-30 | fix(ng-repeat) to work with primitive types | Zhenbo Zhang | |
| 2012-01-06 | fix(ng:repeat): support repeating over array with null | Igor Minar | |
| typeof null == 'object', but it doesn't behave like an object because its properties can't be dereferenced, so we need to special-case it. Closes #702 | |||
| 2011-11-14 | refactor(api): remove type augmentation | Misko Hevery | |
| BREAK: - remove angular.[Object/Array/String/Function] - in templates [].$filter(predicate) and friends need to change to [] | filter:predicate | |||
| 2011-11-14 | refacter(filters): convert filter/limitTo/orderBy from type augmentation to ↵ | Misko Hevery | |
| filters | |||
| 2011-11-14 | refactor(json): break dependence on api.js | Misko Hevery | |
| 2011-10-11 | chore(formating): clean code to be function() { | Misko Hevery | |
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery | |
| 2011-10-11 | feat(ng:repeat) collection items and DOM elements affinity / stability | Misko Hevery | |
| 2011-10-05 | fix($limitTo): properly handle excessive limits | TEHEK Firefox | |
| `angular.Array.limitTo`'s result should not exceed original input array size Closes #571 | |||
| 2011-08-06 | style($function): replace $function with 'function' | Igor Minar | |
| 2011-07-18 | feat(strict mode): adding strict mode flag to all js files | Igor Minar | |
| the flag must be in all src and test files so that we get the benefit of running in the strict mode even in jstd the following script was used to modify all files: for file in `find src test -name "*.js"`; do echo -e "'use strict';\n" > temp.txt cat $file >> temp.txt mv temp.txt $file done | |||
| 2011-06-23 | style:ApiSpecs - clean up test names to match jasmine conventions | Misko Hevery | |
| 2011-06-23 | fix:$orderBy - return unsorted array if no predicate | Misko Hevery | |
| Closes #399 | |||
| 2011-06-08 | Added HashMap | Misko Hevery | |
| 2010-12-06 | fixing lint warnings in older code | Igor Minar | |
| 2010-11-22 | Add angular.Array.limitTo and docs for angular.Array | Igor Minar | |
| 2010-11-08 | make angular.String.toDate consider all time fractions as optional | Igor Minar | |
| 2010-11-08 | Support ISO 8601 extended datetime format troughout angular. | Igor Minar | |
| Support ISO 8601 extended format datetime strings (YYYY-MM-DDTHH:mm:ss.SSSZ) as defined in EcmaScript 5 throughout angular. This means that the following apis switched from YYYY-MM-DDTHH:mm:ssZ to YYYY-MM-DDTHH:mm:ss.SSSZ (note the added millis) when representing dates: - angular.Date.toString - angular.String.toDate - JSON serialization and deserialization (used by json filter, $xhr and $resource) | |||
| 2010-10-26 | Reverted change 841013a4c4d25acf6fc9ff40e449c3d0a4b82ec3 which does not work ↵ | Misko Hevery | |
| on all browsers | |||
| 2010-10-16 | adding an extra DateToUTC assertion | Igor Minar | |
| 2010-10-15 | fixed lint warnings and one flaky test | Misko Hevery | |
| 2010-09-26 | Added support for functions to $orderBy method | Misko Hevery | |
| http://github.com/angular/angular.js/issues#issue/23 | |||
