Focus different text field for ADB Keys.

Try animating repeats.
This commit is contained in:
Gunther Brunner
2014-09-25 23:46:55 +09:00
parent d611a0317e
commit c1e165ec1a
4 changed files with 28 additions and 56 deletions

View File

@@ -50,7 +50,7 @@ module.exports = function AdbKeysCtrl($scope, BrowserInfo) {
$scope.toggleAddKey = function () {
$scope.showAdd = !$scope.showAdd
$scope.focusAddTitle = true
$scope.focusAddField = true
}