mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
Remove unused $rootScope dependecy from screen directive.
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user