build-your-own-angularjs
build-your-own-angularjs copied to clipboard
P336 Unused `items`
This piece is not used in the code block and can be removed:
var items = [{user: 'Bob'},
{user: {name: 'Bob'}},
{user: {name: {first: 'Bob', last: 'Fox'}}}];