angular-cn/modules
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
..
angular2 fix(facade): Make PromiseWrapper#all semantics equivalent 2015-06-01 07:26:46 -07:00
angular2_material chore(material): move dialog to TypeScript. 2015-05-29 17:19:44 -07:00
benchmarks feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
benchmarks_external fix(ng1 benchmarks): revert *ng-if to ng-if 2015-05-13 11:56:50 +02:00
benchpress fix(benchpress): add index to root of module 2015-05-29 14:38:29 -07:00
examples chore(material): move dialog to TypeScript. 2015-05-29 17:19:44 -07:00
rtts_assert chore(build): Remove .es6 files which shadow .ts files. 2015-05-01 09:51:03 -07:00