Files
meanTorrent/modules/chat/client/chat.client.module.js
Marek Grzybek d14d5130af feat(config): Deprecate JSHint in favor of ESLint
Add basic ESLint setup extending well-known Airbnb code style.

Fixes #1072, #1097
2016-03-15 19:11:12 +01:00

7 lines
157 B
JavaScript

(function (app) {
'use strict';
app.registerModule('chat', ['core']);
app.registerModule('chat.routes', ['ui.router']);
}(ApplicationConfiguration));