1
0
Fork 0
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:
Gunther Brunner 2014-05-16 12:43:47 +09:00
parent 3bdae62c7a
commit 345b4506f1
2 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,6 @@
//require('angular-tree-control')
module.exports = angular.module('stf.tree', [
'treeControl'
// 'treeControl'
])
.factory('TreeService', require('./tree-service'))

View file

@ -283,7 +283,7 @@ module.exports = function DeviceScreenDirective($document, ScalingService, Vendo
}
if (BrowserInfo.deviceorientation) {
window.addEventListener('deviceorientation', guestDisplayRotatated, true)
// window.addEventListener('deviceorientation', guestDisplayRotatated, true)
}
scope.$on('$destroy', off)