This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2015-08-02 08:27:05 +02:00
|
|
|
angular.module('syncthing.core')
|
|
|
|
|
.directive('restartingDialog', function () {
|
|
|
|
|
return {
|
|
|
|
|
restrict: 'A',
|
2015-08-08 13:48:09 +02:00
|
|
|
templateUrl: 'syncthing/core/restartingDialogView.html'
|
2015-08-02 08:27:05 +02:00
|
|
|
};
|
|
|
|
|
});
|