angular/modules/angular2/src/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(core): remove @View annotation 2016-03-14 23:26:20 +00:00
common_directives.ts chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
directives.ts feat(i18n): add ngPlural directive 2016-03-10 09:55:21 -08:00
forms.ts feat(forms/validators): pattern validator 2016-02-25 22:39:15 +00:00
pipes.ts feat(i18n): added i18nPlural and i18nSelect pipes 2016-03-01 16:40:48 +00:00