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'),