mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-14 03:12:21 +01:00
Update the core module to implement the style guidelines. Reduce size of init.js - moved filter logic out to it's own config. Rename Menus to menuService
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
(function (app) {
|
|
'use strict';
|
|
|
|
app.registerModule('chat', ['core']);
|
|
app.registerModule('chat.routes', ['ui.router', 'core.routes']);
|
|
}(ApplicationConfiguration));
|