angular-cn/modules/angular2/test/common/directives
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
..
ng_class_spec.ts chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
ng_for_spec.ts fix(ngFor): give more instructive error when binding to non-iterable 2016-03-24 15:21:16 +00:00
ng_if_spec.ts chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
ng_plural_spec.ts chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
ng_style_spec.ts chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
ng_switch_spec.ts chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
non_bindable_spec.ts chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
observable_list_diff_spec.dart refactor(test): Remove unnecessary `noSuchMethod` 2016-01-15 22:53:09 +00:00