Cleanup code for all views.

This commit is contained in:
Gunther Brunner
2015-08-31 17:18:50 +09:00
parent 4db67dd703
commit e12df4c0cb
17 changed files with 1 additions and 259 deletions

View File

@@ -1,11 +1,6 @@
module.exports = function SettingsCtrl($scope, gettext) {
$scope.settingTabs = [
//{
// title: gettext('Keys'),
// icon: 'fa-key fa-fw',
// templateUrl: 'settings/keys/keys.jade'
//},
{
title: gettext('General'),
icon: 'fa-gears fa-fw',