2015-08-02 08:27:05 +02:00
|
|
|
angular.module('syncthing.transfer')
|
|
|
|
|
.directive('neededFilesModal', function () {
|
|
|
|
|
return {
|
|
|
|
|
restrict: 'A',
|
2015-08-10 11:48:39 +02:00
|
|
|
templateUrl: 'syncthing/transfer/neededFilesModalView.html'
|
2015-08-02 08:27:05 +02:00
|
|
|
};
|
|
|
|
|
});
|