1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Remove unused $rootScope dependecy from screen directive.

This commit is contained in:
Simo Kinnunen 2014-03-20 12:32:36 +09:00
parent 6618841b77
commit 47ecd9d37e

View file

@ -1,6 +1,6 @@
var FastImageRender = require('./fast-image-render').FastImageRender
module.exports = function DeviceScreenDirective($document, ScalingService, $rootScope) {
module.exports = function DeviceScreenDirective($document, ScalingService) {
return {
restrict: 'E',
template: require('./screen.jade'),