mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 07:53:38 +02:00
Add ADB Key modal.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
module.exports = function AdbKeysCtrl($scope, AdbKeysService) {
|
||||
module.exports = function AdbKeysCtrl($scope, AddAdbKeyModalService) {
|
||||
|
||||
//AddAdbKeyModalService.open({
|
||||
// title: 'PC1264',
|
||||
// fingerprint: 'bb:86:60:39:d7:a2:e3:09:93:09:cc:f6:e8:37:99:3f'
|
||||
//})
|
||||
|
||||
$scope.adbKeys = [
|
||||
{
|
||||
@@ -16,6 +21,4 @@ module.exports = function AdbKeysCtrl($scope, AdbKeysService) {
|
||||
$scope.adbKeys.splice($scope.adbKeys.indexOf(key), 1)
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user