mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Tree not needed for now.
This commit is contained in:
parent
3bdae62c7a
commit
345b4506f1
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
||||||
//require('angular-tree-control')
|
//require('angular-tree-control')
|
||||||
|
|
||||||
module.exports = angular.module('stf.tree', [
|
module.exports = angular.module('stf.tree', [
|
||||||
'treeControl'
|
// 'treeControl'
|
||||||
])
|
])
|
||||||
.factory('TreeService', require('./tree-service'))
|
.factory('TreeService', require('./tree-service'))
|
||||||
|
|
|
@ -283,7 +283,7 @@ module.exports = function DeviceScreenDirective($document, ScalingService, Vendo
|
||||||
}
|
}
|
||||||
|
|
||||||
if (BrowserInfo.deviceorientation) {
|
if (BrowserInfo.deviceorientation) {
|
||||||
window.addEventListener('deviceorientation', guestDisplayRotatated, true)
|
// window.addEventListener('deviceorientation', guestDisplayRotatated, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
scope.$on('$destroy', off)
|
scope.$on('$destroy', off)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue