This repository has been archived on 2026-08-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-arm/gui/default/syncthing/core/restartingDialogDirective.js
T

8 lines
209 B
JavaScript

angular.module('syncthing.core')
.directive('restartingDialog', function () {
return {
restrict: 'A',
templateUrl: 'syncthing/core/restartingDialogView.html'
};
});