mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
- Device list doesn't overflows.
- Added browser clear.
This commit is contained in:
@@ -25,4 +25,9 @@ module.exports = function BrowserCtrl($scope, $rootScope) {
|
||||
}
|
||||
})
|
||||
|
||||
$scope.clearSettings = function () {
|
||||
var browser = $scope.browser
|
||||
$scope.control.clearBrowser(browser)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user