apollodec/Apollo/assets/js/config/config-xeditable.js
saravanakumar_kandasami 7d72a0b91a updated code
2017-11-21 14:56:39 +05:30

5 lines
133 B
JavaScript

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