mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-06 07:03:33 +00:00
Module info in json.
This commit is contained in:
parent
c45f573472
commit
dcd9f8b6ff
7 changed files with 339 additions and 125 deletions
|
|
@ -17,7 +17,10 @@ var module = angular.module('xe.ui.code.moduleInfo', [
|
|||
|
||||
|
||||
module.controller('ModuleInfoController', function(
|
||||
$rootScope, $scope, $modal, log) {
|
||||
$rootScope, $scope, $modal, log, moduleName, moduleInfo) {
|
||||
$scope.moduleName = moduleName;
|
||||
$scope.moduleInfo = moduleInfo;
|
||||
|
||||
$scope.close = function() {
|
||||
$scope.$close(null);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue