Logo
Explore Help
Register Sign In
Nemcio/meanTorrent
1
0
Fork 0
You've already forked meanTorrent
mirror of https://github.com/taobataoma/meanTorrent.git synced 2026-02-03 04:59:25 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
37899b2ef2fe77df5f0fef2df875975089bb83d6
meanTorrent/modules/articles/client/config/articles-admin.client.config.js

19 lines
374 B
JavaScript
Raw Normal View History

feat(articles): Article Admin feature (#807) This feature introduces a breaking change, that restricts the User's that can create/edit/delete Articles to only those that have the `admin` Role. Fixed ESLint issues. Resolved merge conflicts, and moved new client Article Service `createOrUpdate` functionality to new Admin feature controller. Removed edit functionality from client-side Article controller.
2016-07-25 17:34:06 -07:00
(function () {
'use strict';
// Configuring the Articles Admin module
angular
.module('articles.admin')
.run(menuConfig);
menuConfig.$inject = ['menuService'];
function menuConfig(Menus) {
add Admin submenu 'Manager Torrents'
2017-04-04 19:47:36 +08:00
//Menus.addSubMenuItem('topbar', 'admin', {
// title: 'Manage Articles',
// state: 'admin.articles.list',
// position: 50
//});
feat(articles): Article Admin feature (#807) This feature introduces a breaking change, that restricts the User's that can create/edit/delete Articles to only those that have the `admin` Role. Fixed ESLint issues. Resolved merge conflicts, and moved new client Article Service `createOrUpdate` functionality to new Admin feature controller. Removed edit functionality from client-side Article controller.
2016-07-25 17:34:06 -07:00
}
}());
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 207ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API