All services and controllers are implemented.

This commit is contained in:
Gunther Brunner
2014-02-19 15:46:31 +09:00
parent ffce3d5beb
commit 3a284eca1f
12 changed files with 256 additions and 19 deletions

View File

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