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