config-xeditable.js 114 B

1
  1. "use strict";angular.module("config-xeditable",["xeditable"]).run(["editableOptions",function(e){e.theme="bs3"}]);