mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-13 09:33:31 +02:00
Modularized code
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Services
|
||||
*/
|
||||
|
||||
exports.register = function(app) {
|
||||
|
||||
// socket factory
|
||||
app.factory('socket', require('./socket'));
|
||||
|
||||
// buffer factory
|
||||
app.factory('buffer', require('./buffer'));
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user