mirror of
https://github.com/syncthing/syncthing.git
synced 2026-05-11 08:33:04 -04:00
8 lines
213 B
JavaScript
8 lines
213 B
JavaScript
angular.module('syncthing.folder')
|
|
.directive('editIgnoresModal', function () {
|
|
return {
|
|
restrict: 'A',
|
|
templateUrl: 'syncthing/folder/editIgnoresModalView.html'
|
|
};
|
|
});
|