Commit b1ceb27e373e9e44c34bfa60e6e22384b66c10c2
1 parent
db0571e2
commit more changes
Showing
2 changed files
with
18 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/directives/AIADirectives.js
1 | 1 | AIA.directive('daDirective', function () { |
2 | 2 | return { |
3 | - templateUrl: 'app/views/da/da-body-view.html' | |
3 | + templateUrl: 'app/views/da/da-body-view.html' | |
4 | 4 | }; |
5 | 5 | }); |
6 | 6 | |
7 | +//AIA.directive('daDirective', function (ModuleService) { | |
8 | +// return { | |
9 | +// scope: {}, | |
10 | +// controller: function ($scope) { | |
11 | +// //$scope.DaWindowData = ModuleService.getModuleData("DISSECTIBLE_ANATOMY"); | |
12 | +// //$scope.template = { | |
13 | + | |
14 | +// // "home": "app/views/da/da-body-view.html" | |
15 | +// //} | |
16 | +// }, | |
17 | +// // template:'<div ng-view="">'+'<div class="alert bg-success" ng-include="template.home">', | |
18 | +// templateUrl: 'app/views/da/da-body-view.html' | |
19 | +// } | |
20 | +//}); | |
21 | + | |
22 | + | |
7 | 23 | AIA.directive('atlasAnatomyDirective', function (ModuleService) { |
8 | 24 | return { |
9 | 25 | restrict: 'E', | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/CBuild/CBuild-view.html