mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-10 08:27:02 +01:00
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
(function (app) {
|
|
'use strict';
|
|
|
|
app.registerModule('chat', ['core']);
|
|
app.registerModule('chat.routes', ['ui.router']);
|
|
}(ApplicationConfiguration));
|