Squashed commit of pull request #1954
This commit is contained in:
committed by
Jakob Borg
parent
19451e0654
commit
26d52bedb3
@@ -0,0 +1,7 @@
|
||||
angular.module('syncthing.device')
|
||||
.directive('editDeviceModal', function () {
|
||||
return {
|
||||
restrict: 'A',
|
||||
templateUrl: 'scripts/syncthing/device/views/directives/editDeviceModalView.html'
|
||||
};
|
||||
});
|
||||
@@ -0,0 +1,7 @@
|
||||
angular.module('syncthing.device')
|
||||
.directive('idqrModal', function () {
|
||||
return {
|
||||
restrict: 'A',
|
||||
templateUrl: 'scripts/syncthing/device/views/directives/idqrModalView.html'
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user