1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Fix dep name.

This commit is contained in:
Simo Kinnunen 2014-01-31 23:50:20 +09:00
parent 9a153615d4
commit ade611670e

View file

@ -27,7 +27,7 @@ define(['./module', 'lodash'], function(mod, _) {
mod.factory('groupService'
, [ '$rootScope'
, 'socket'
, 'socketService'
, GroupServiceFactory
])
})