apollo_developers/assets/js/config/config-xeditable.js
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

5 lines
133 B
JavaScript
Executable File

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