From 47ecd9d37e7c47c9f85c3b2230ff8c7b2e454e66 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Thu, 20 Mar 2014 12:32:36 +0900 Subject: [PATCH] Remove unused $rootScope dependecy from screen directive. --- res/app/components/stf/screen/screen-directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/app/components/stf/screen/screen-directive.js b/res/app/components/stf/screen/screen-directive.js index 2a07a604..a09752da 100644 --- a/res/app/components/stf/screen/screen-directive.js +++ b/res/app/components/stf/screen/screen-directive.js @@ -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'),