syncthing-arm/gui/scripts/syncthing/device/directives/editDeviceModalDirective.js
2015-08-02 09:21:46 +02:00

8 lines
236 B
JavaScript

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