Register display.

This commit is contained in:
Ben Vanik 2013-12-25 20:14:41 -08:00
parent a1da55a006
commit 5fef117aa0
5 changed files with 167 additions and 2 deletions

View file

@ -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 = [];