apollo_developers/assets/js/config/config-xeditable.js
saravanakumar_kandasami a11795c215 SIT code
2018-04-19 18:17:06 +05:30

5 lines
133 B
JavaScript

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