angular/modules/angular2/src/facade
Tim Blasi 22f5925202 fix(facade): Make PromiseWrapper#all semantics equivalent
The semantics between ES6 `Promise#all` and Dart's `Future#wait` are
different for values that are not `Promise`/`Future`s. In ES6,
non-`Promise` values are immediately completed to their current value.
In Dart, non-`Future` values cause an error.

Updated Dart's `PromiseWrapper#all` implementation to conform to the ES6
spec.
2015-06-01 07:26:46 -07:00
..
async.dart fix(facade): Make PromiseWrapper#all semantics equivalent 2015-06-01 07:26:46 -07:00
async.ts fix(facade): Make PromiseWrapper#all semantics equivalent 2015-06-01 07:26:46 -07:00
browser.dart chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
browser.ts refactor(ts'ify): ts’ify mocks, directives and test_lib 2015-05-21 15:33:37 -07:00
collection.dart feat(test_lib): add method to compare stringified DOM element 2015-05-27 16:19:39 +02:00
collection.ts fix(facade): Fix bug in TS indexOf 2015-05-28 06:56:24 -07:00
lang.dart feat(change_detection): added onInit and onCheck hooks 2015-05-28 16:46:22 -07:00
lang.ts refactor(benchpress): convert src and test to typescript 2015-05-29 14:02:58 -07:00
math.dart feat(material): first ng2 material design components 2015-04-14 16:15:35 -07:00
math.ts chore(build): don’t include export var __esModule = true in every file 2015-05-19 15:12:59 -07:00