boneskull / angular-tags

Pure AngularJS tagging widget with typeahead support courtesy of ui-bootstrap
MIT License
133 stars 31 forks source link

Fix list of objects example in README.md #26

Closed md2perpe closed 10 years ago

md2perpe commented 10 years ago

I suppose that it should be

foo = [{name: 'foo'}, {name: 'bar'}];

instead of

foo = [{name: 'foo', name: 'bar'}];
boneskull commented 10 years ago

Thanks!