Fix screen controller

This commit is contained in:
Gunther Brunner
2014-02-19 16:12:27 +09:00
parent 38cfa63ab4
commit 16f484dbca
5 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
var oboe = require('oboe')
var _ = require('lodash')
module.exports = function DeviceServiceFactory($rootScope, $http, socket) {
var deviceService = {