Undo add of new record does not disable key field

Issue #231 resolved
Brian Lewis repo owner created an issue

When adding a new school or book ( where the key field is editable) using Undo Changes to exit editing leaves the key field still enabled.

the

ng-disabled="!vm.IsNew" 

should be

ng-disabled = "!(vm.isNew && vm.isEditing)"

Comments (1)

  1. Log in to comment