syncthing-arm/gui/default/syncthing/device/editDeviceModalDirective.js
2016-01-10 17:57:27 +00:00

8 lines
211 B
JavaScript

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