1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/res/app/components/stf/screen/index.js
2014-02-19 15:46:31 +09:00

4 lines
156 B
JavaScript

module.exports = angular.module('stf/screen', [
require('stf/screen/scaling').name
])
.factory('DeviceScreenDirective', require('./screen-directive'));