2015-08-02 08:27:05 +02:00
|
|
|
angular.module('syncthing.folder')
|
|
|
|
|
.directive('editIgnoresModal', function () {
|
|
|
|
|
return {
|
|
|
|
|
restrict: 'A',
|
2015-08-02 09:05:19 +02:00
|
|
|
templateUrl: 'syncthing/folder//editIgnoresModalView.html'
|
2015-08-02 08:27:05 +02:00
|
|
|
};
|
|
|
|
|
});
|