AIADirectives.js 292 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 AIA.directive('daDirective', function () { return { templateUrl: 'app/views/da/da-body-view.html' }; }); AIA.directive('atlasAnatomyDirective', function (ModuleService) { return { restrict: 'E', templateUrl: 'app/views/module-item-view.html', } })