AIADirectives.js
828 Bytes
AIA.directive('daDirective', function () {
return {
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:'<div ng-view="">'+'<div class="alert bg-success" ng-include="template.home">',
// templateUrl: 'app/views/da/da-body-view.html'
// }
//});
AIA.directive('atlasAnatomyDirective', function (ModuleService) {
return {
restrict: 'E',
templateUrl: 'app/views/module-item-view.html',
}
})