Commit b1ceb27e373e9e44c34bfa60e6e22384b66c10c2

Authored by Birendra Kumar
1 parent db0571e2

commit more changes

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
... ... @@ -38,4 +38,5 @@
38 38 </div><!-- /.modal-content -->
39 39 </div><!-- /.modal-dialog -->
40 40 </div>
  41 + <input type="file" id="opencbview" style="display: none" />
41 42 </div>
42 43 \ No newline at end of file
... ...