mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
APPSTATE refactoring:
- Make index.html cacheable by being stateless - Improve compression (base64 doesn't gzip well) - Remove base64 encoding/decoding step - Make AppState injectable so it can be unit tested - Ready to remove the global leakage
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
module.exports = angular.module('stf/user', [])
|
||||
.factory('UserService', require('./user-service'))
|
||||
module.exports = angular.module('stf/user', [
|
||||
require('stf/app-state').name
|
||||
])
|
||||
.factory('UserService', require('./user-service'))
|
||||
|
||||
Reference in New Issue
Block a user