syncthing-arm/gui/syncthing/core/httpErrorDialogDirective.js

8 lines
208 B
JavaScript
Raw Normal View History

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