syncthing/gui/default/syncthing/core/httpErrorDialogDirective.js

8 lines
207 B
JavaScript

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