syncthing-arm/gui/syncthing/folder/editFolderModalDirective.js

8 lines
212 B
JavaScript
Raw Normal View History

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