mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-17 21:02:22 +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);
|