1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

All services added back.

This commit is contained in:
Gunther Brunner 2014-02-18 20:43:46 +09:00
parent 347d9e9a55
commit ffce3d5beb
6 changed files with 204 additions and 0 deletions

View file

@ -0,0 +1,2 @@
module.exports = angular.module('stf/user', [])
.factory('UserService', require('./user-service'))