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:
parent
6618841b77
commit
47ecd9d37e
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue