mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
All services and controllers are implemented.
This commit is contained in:
4
res/app/components/stf/screen/index.js
Normal file
4
res/app/components/stf/screen/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = angular.module('stf/screen', [
|
||||
require('stf/screen/scaling').name
|
||||
])
|
||||
.factory('DeviceScreenDirective', require('./screen-directive'));
|
||||
Reference in New Issue
Block a user