mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-16 20:32:21 +01:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
(function (app) {
|
|
'use strict';
|
|
|
|
app.registerModule('chat');
|
|
app.registerModule('chat.routes', ['ui.router']);
|
|
})(ApplicationConfiguration);
|