angular-cn/modules
Brian Ford 49527ab495 fix(ngFor): give more instructive error when binding to non-iterable
Before, you'd get an error like:

```
EXCEPTION: Cannot find a differ supporting object ‘[object Object]’ in [users in UsersCmp@2:14]
```

Now, you get:

```
EXCEPTION: Cannot find a differ supporting object ‘[object Object]’ of type 'Object'. Did you mean to bind ngFor to an Array? in [users in UsersCmp@2:14]
```
2016-03-24 15:21:16 +00:00
..
angular1_router test(angular1_router): check that link generation works with baseHref 2016-03-22 02:19:09 +00:00
angular2 fix(ngFor): give more instructive error when binding to non-iterable 2016-03-24 15:21:16 +00:00
benchmarks feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00
benchmarks_external feat(i18n): add a simple dart script extracting all i18n messages from a package 2016-03-17 16:45:16 -07:00
benchpress fix(package.json): remove es6-promise from the peerDependency list 2016-03-22 01:53:35 +00:00
payload_tests/hello_world/ts feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00
playground feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00