Removed unused `optionEditor` directive from app.js

This commit is contained in:
Pyfisch 2014-09-05 12:42:52 +02:00
parent af2831d7b6
commit 0c09f077aa
1 changed files with 0 additions and 12 deletions

View File

@ -1064,18 +1064,6 @@ syncthing.filter('basename', function () {
};
});
syncthing.directive('optionEditor', function () {
return {
restrict: 'C',
replace: true,
transclude: true,
scope: {
setting: '=setting',
},
template: '<input type="text" ng-model="config.Options[setting.id]"></input>',
};
});
syncthing.directive('uniqueRepo', function() {
return {
require: 'ngModel',