mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Screen and everything works now.
This commit is contained in:
parent
16f484dbca
commit
52b185e653
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
module.exports = angular.module('stf/screen', [
|
||||
require('stf/screen/scaling').name
|
||||
])
|
||||
.factory('DeviceScreenDirective', require('./screen-directive'));
|
||||
.directive('deviceScreen', require('./screen-directive'))
|
|
@ -3,6 +3,7 @@ require('./device-control.css')
|
|||
module.exports = angular.module('device-control', [
|
||||
require('stf/device').name,
|
||||
require('stf/control').name,
|
||||
require('stf/screen').name,
|
||||
require('./device-screen').name
|
||||
])
|
||||
.config(['$routeProvider', function ($routeProvider) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue