mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 16:25:15 +02:00
Screen error message improved.
This commit is contained in:
@@ -115,6 +115,10 @@ module.exports = function DeviceScreenDirective($document, ScalingService, Vendo
|
||||
scope.control.paste(e.clipboardData.getData('text/plain'))
|
||||
}
|
||||
|
||||
scope.retryLoadingScreen = function () {
|
||||
maybeLoadScreen()
|
||||
}
|
||||
|
||||
function maybeLoadScreen() {
|
||||
if (!loading && scope.$parent.showScreen && scope.device) {
|
||||
loading = true
|
||||
|
||||
Reference in New Issue
Block a user