angular-cn/modules/angular2/test
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
..
animate Revert "fix(animate): ensure transition properties are removed once the animation is over" 2015-12-11 13:13:11 -08:00
common fix(ngFor): give more instructive error when binding to non-iterable 2016-03-24 15:21:16 +00:00
compiler chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
core chore: upgrade to new Zone.js API v0.6.2 2016-03-16 18:05:09 +00:00
facade chore(facade): add enum index lookup support 2016-03-09 21:30:03 -08:00
http fix(Headers): serializable toJSON 2016-02-03 14:03:01 +00:00
i18n chore: re-enable all tests (accidental ddescribe checkin) 2016-03-18 19:41:30 +00:00
mock chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
platform chore: upgrade to new Zone.js API v0.6.2 2016-03-16 18:05:09 +00:00
router chore: upgrade to new Zone.js API v0.6.2 2016-03-16 18:05:09 +00:00
symbol_inspector cleanup(testing): clean up public api spec 2016-03-11 19:24:29 +00:00
testing chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
upgrade chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
web_workers chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
dev_mode_spec.ts test: add a test verifying that the tests are run in the checked mode 2015-12-02 11:29:11 -08:00
public_api_spec.ts chore: upgrade to new Zone.js API v0.6.2 2016-03-16 18:05:09 +00:00