angular-docs-cn/modules/angular2/test/common
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
..
directives fix(ngFor): give more instructive error when binding to non-iterable 2016-03-24 15:21:16 +00:00
forms chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
pipes chore: upgrade to new Zone.js API v0.6.2 2016-03-16 18:05:09 +00:00
spies.dart refactor(test): Remove unnecessary `noSuchMethod` 2016-01-15 22:53:09 +00:00
spies.ts feat(core): speed up view creation via code gen for view factories. 2016-01-05 08:56:46 -08:00