The problem is: Using ui-router 0.2.0 and angular 1.1.x, ng-model is not accepting changes to an input text field (I also tried checkbox and select dropdown with same dis-allowed change!).
However, an input text in an ng-repeat does work.
When the view/state loads initially, the values are populated from the model, but after that the problem manifests itself.
How can I fix the runnable example below to allow changes to the "Serial" input text field using ng-model?
See this plunker and image below: (Stetch the plunker preview window to account for poor css) http://plnkr.co/edit/bS8ZQuiJNG2uE4zuzvyB?p=preview
Problem example image: https://docs.google.com/drawings/d/1CQb1SmJqWsWnuG87T0jrhiOTJdXIh3XCqXEINdbvx5c/edit?usp=sharing