mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-17 12:52:22 +01:00
Update the articles module to implement the style guidelines. Much of this work is from @trainerbill Closes #874 Closes #339
8 lines
219 B
JavaScript
8 lines
219 B
JavaScript
(function (app) {
|
|
'use strict';
|
|
|
|
app.registerModule('articles');
|
|
app.registerModule('articles.services');
|
|
app.registerModule('articles.routes', ['ui.router', 'articles.services']);
|
|
})(ApplicationConfiguration);
|