8 lines
222 B
JavaScript
Raw Normal View History

2015-08-02 08:27:05 +02:00
angular.module('syncthing.core')
.directive('aboutModal', function () {
return {
restrict: 'A',
templateUrl: 'scripts/syncthing/core/views/directives/aboutModalView.html'
};
});