[Time Conductor] Listen for blur, submit

https://github.com/nasa/openmctweb/issues/259
This commit is contained in:
Victor Woeltjen
2015-11-25 11:02:03 -08:00
parent 15ec9df538
commit 87a51a9eb3
3 changed files with 12 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
ng-controller="DateTimeFieldController">
<input type="text"
ng-model="textValue"
ng-blur="structure.submit()"
ng-class="{ error: textInvalid }">
</input>
<a class="ui-symbol icon icon-calendar"