Refactored Control HotKeys to its own controller.

This commit is contained in:
Gunther Brunner
2014-07-04 15:32:26 +09:00
parent 72c6de0414
commit 659ffa6d8e
5 changed files with 88 additions and 58 deletions

View File

@@ -22,3 +22,4 @@ module.exports = angular.module('control-panes', [
}])
.factory('ControlPanesService', require('./control-panes-service'))
.controller('ControlPanesCtrl', require('./control-panes-controller'))
.controller('ControlPanesHotKeysCtrl', require('./control-panes-hotkeys-controller'))