mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-06 07:03:33 +00:00
Register display.
This commit is contained in:
parent
a1da55a006
commit
5fef117aa0
5 changed files with 167 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ var module = angular.module('xe.ui.code', [
|
|||
|
||||
module.controller('CodeTabController', function(
|
||||
$rootScope, $scope, $modal, app, log) {
|
||||
$scope.app = app;
|
||||
$scope.moduleList = [];
|
||||
$scope.selectedModule = null;
|
||||
$scope.functionList = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue