GUAC-810: Inform text input UI when focus is needed.

This commit is contained in:
Michael Jumper
2014-12-20 16:33:04 -08:00
parent a89101acaf
commit bcbe57dec3
2 changed files with 22 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
<!-- Text input -->
<div class="text-input-container" ng-show="showTextInput">
<guac-text-input></guac-text-input>
<guac-text-input needs-focus="showTextInput"></guac-text-input>
</div>
</div>