syncthing-arm/gui/syncthing/device/editDeviceModalDirective.js

8 lines
211 B
JavaScript

angular.module('syncthing.device')
.directive('editDeviceModal', function () {
return {
restrict: 'A',
templateUrl: 'syncthing/device/editDeviceModalView.html'
};
});