AngularJS Todos
Press Enter to save this task
{{todo.text}}
{{remaining()}}
{{remaining() == 1 && 'item' || 'items' }}
left.
Clear
{{completed()}}
completed
{{completed() == 1 && 'item' || 'items'}}