From b1ceb27e373e9e44c34bfa60e6e22384b66c10c2 Mon Sep 17 00:00:00 2001 From: birendra.kumar Date: Tue, 28 May 2019 16:36:09 +0530 Subject: [PATCH] commit more changes --- 400-SOURCECODE/AIAHTML5.Web/app/directives/AIADirectives.js | 18 +++++++++++++++++- 400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/CBuild-view.html | 1 + 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/directives/AIADirectives.js b/400-SOURCECODE/AIAHTML5.Web/app/directives/AIADirectives.js index 73b69d8..1028e6d 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/directives/AIADirectives.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/directives/AIADirectives.js @@ -1,9 +1,25 @@ AIA.directive('daDirective', function () { return { - templateUrl: 'app/views/da/da-body-view.html' + templateUrl: 'app/views/da/da-body-view.html' }; }); +//AIA.directive('daDirective', function (ModuleService) { +// return { +// scope: {}, +// controller: function ($scope) { +// //$scope.DaWindowData = ModuleService.getModuleData("DISSECTIBLE_ANATOMY"); +// //$scope.template = { + +// // "home": "app/views/da/da-body-view.html" +// //} +// }, +// // template:'
'+'
', +// templateUrl: 'app/views/da/da-body-view.html' +// } +//}); + + AIA.directive('atlasAnatomyDirective', function (ModuleService) { return { restrict: 'E', diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/CBuild-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/CBuild-view.html index fbdab14..299da73 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/CBuild-view.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/CBuild-view.html @@ -38,4 +38,5 @@
+ \ No newline at end of file -- libgit2 0.21.4