microsoft / ngconf2015demo

TodoMVC application demo for ng-conf 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo is not focused on double-click to edit

robertpenner opened this issue · comments

Expected

When a todo is double-clicked to edit, it should receive key events.

Actual

The todo is not focused, so typing and Esc do not affect it.

This demo is intended to show case the basic integration of Angular2 and TypeScript, and not meant to be a fully functional todo mvc app. i am inclined to punt on this as it just a functional change in the app and does not show case new integration points.