From 7e523ca323c446e99835319fbec749244f4d6b01 Mon Sep 17 00:00:00 2001 From: mangaldeep patel Date: Wed, 6 Mar 2019 11:10:37 +0530 Subject: [PATCH] commit --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js | 2 +- 400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/curriculum-builder-detail.html | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js index 6c14ae1..c7bf185 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js @@ -481,7 +481,7 @@ function ($scope, $rootScope, pages, log, Modules, $http, $compile, $location, M traverseTreeSelectedSingleObj($rootScope.stru, nodeid); $scope.selectedNodeSingleObj._label = newSectionText; $scope.selectedNodeSingleObj = ""; - //traverseTreeSelectedSingleObj($rootScope.Auther, nodeid); + traverseTreeSelectedSingleObj($rootScope.Auther, nodeid); setTimeout(function () { $scope.selectedNodeSingleObj.summary = newSummary; $scope.selectedNodeSingleObj.author = newAuthorName; diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/curriculum-builder-detail.html b/400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/curriculum-builder-detail.html index 6ff08f9..e19254e 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/curriculum-builder-detail.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/curriculum-builder-detail.html @@ -263,6 +263,40 @@ + +
+ + +
-- libgit2 0.21.4