The very deep tree structure didn't really aggree with me, sorry. This makes the core module rather large, but on the other hand that just highlights that it is rather large.
8 lines
238 B
JavaScript
8 lines
238 B
JavaScript
angular.module('syncthing.usagereport')
|
|
.directive('usageReportPreviewModal', function () {
|
|
return {
|
|
restrict: 'A',
|
|
templateUrl: 'syncthing/usagereport//usageReportPreviewModalView.html'
|
|
};
|
|
});
|